GET /api/bet_types/36fc5833-1584-48f0-9765-fe72390d8f19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36fc5833-1584-48f0-9765-fe72390d8f19",
    "match": "https://api-prod.gambitprofit.com/api/matches/29a4680c-e9e1-44cb-9ca4-f97a57c5493c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-03T08:48:00.530270-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Philadelphia 76ers",
                "amount": 5319.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ab2a66e-b797-4dca-9df2-a769facd506c",
            "gambit_id": "db55127c-43fe-4e9d-a0a9-1053afc9fb50",
            "last_updated": "2024-02-05T14:23:22.048206-05:00",
            "created_at": "2024-02-03T08:48:00.541330-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36fc5833-1584-48f0-9765-fe72390d8f19/?format=api"
        },
        {
            "id": "196ac2cb-5348-47d6-a163-14a042484387",
            "gambit_id": "ff686f22-4288-492f-beb7-e70b1984aea1",
            "last_updated": "2024-02-05T14:23:22.044349-05:00",
            "created_at": "2024-02-03T08:48:00.534660-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36fc5833-1584-48f0-9765-fe72390d8f19/?format=api"
        }
    ]
}