GET /api/bet_types/154d0fcc-a538-4ce0-bcb8-11808a222265/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "154d0fcc-a538-4ce0-bcb8-11808a222265",
    "match": "https://api-prod.gambitprofit.com/api/matches/b03967a3-f521-4a8c-99f7-ea7514d3aefd/?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": "Boston Bruins",
                "amount": 6173.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7d56c98-b2b7-410c-ae86-695eef1b4cf0",
            "gambit_id": "3212d713-2d9b-4d2b-a9ee-e20e5732d014",
            "last_updated": "2022-10-26T09:52:11.042088-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154d0fcc-a538-4ce0-bcb8-11808a222265/?format=api"
        },
        {
            "id": "a2103f67-1287-41f7-be0e-84d9a769817b",
            "gambit_id": "eb3e3fce-233e-4586-97de-bafb90b36a27",
            "last_updated": "2022-10-26T09:52:11.043209-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/154d0fcc-a538-4ce0-bcb8-11808a222265/?format=api"
        }
    ]
}