GET /api/bet_types/76666a8e-42eb-4d89-92b3-0c2e2c14a1ec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76666a8e-42eb-4d89-92b3-0c2e2c14a1ec",
    "match": "https://api-prod.gambitprofit.com/api/matches/09ec7cf8-e0af-4b11-88f1-b78306e0e9b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "ATL (C Morton)",
                "amount": 5933.0
            },
            {
                "team": "HOU (J Urquidy)",
                "amount": 4067.0
            }
        ],
        "expected_reward_tokens": 9313.43,
        "profit_sb": 313.43,
        "profit_sb_percentage": 3.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "00283b20-4fb2-482a-a1fa-bdf4ba807e43",
            "gambit_id": "c71b1382-9345-4433-90ae-d8ff94f12120",
            "last_updated": "2022-08-22T09:42:01.249910-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (C Morton)",
            "reward": "1.57000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76666a8e-42eb-4d89-92b3-0c2e2c14a1ec/?format=api"
        },
        {
            "id": "b905f1f4-b4c0-434b-83f4-735c20d751be",
            "gambit_id": "70b95dc4-f77c-402e-88ee-40d8a75f5b8c",
            "last_updated": "2022-08-22T09:42:01.250336-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Urquidy)",
            "reward": "2.29000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76666a8e-42eb-4d89-92b3-0c2e2c14a1ec/?format=api"
        }
    ]
}