GET /api/bet_types/be28c0cd-f1bc-4ea6-b95d-7ed5362b3130/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be28c0cd-f1bc-4ea6-b95d-7ed5362b3130",
    "match": "https://api-prod.gambitprofit.com/api/matches/e272036e-95b7-4f37-a2e3-4673241138fc/?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": "SEA (G Kirby)",
                "amount": 7190.0
            },
            {
                "team": "WAS (An Sanchez)",
                "amount": 2810.0
            }
        ],
        "expected_reward_tokens": 9273.0,
        "profit_sb": 273.0,
        "profit_sb_percentage": 3.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b558772-b466-4778-b33b-a129000a29e7",
            "gambit_id": "1ce94393-67fe-49c9-8bcd-0fcf9fe419e0",
            "last_updated": "2022-08-25T10:17:08.400926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (G Kirby)",
            "reward": "1.29000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be28c0cd-f1bc-4ea6-b95d-7ed5362b3130/?format=api"
        },
        {
            "id": "6527801f-6946-4c06-a244-8669ad4de54c",
            "gambit_id": "ec68c74b-817c-4772-b9f8-ead2b3e7938c",
            "last_updated": "2022-08-25T10:17:08.401399-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (An Sanchez)",
            "reward": "3.30000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be28c0cd-f1bc-4ea6-b95d-7ed5362b3130/?format=api"
        }
    ]
}