GET /api/bet_types/03c619c6-87b6-41f8-9b2d-cdbc1591af3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03c619c6-87b6-41f8-9b2d-cdbc1591af3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d6add9a-5186-4fd2-af98-b388fccb94a6/?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": "BAL (D Kremer)",
                "amount": 5807.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 4193.0
            }
        ],
        "expected_reward_tokens": 9349.27,
        "profit_sb": 349.27,
        "profit_sb_percentage": 3.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "0cd0934f-8574-4753-bfcf-2ecd9d61664c",
            "gambit_id": "ef20c091-d1ee-4fd5-a2b9-2309a23fa83f",
            "last_updated": "2022-08-06T10:57:04.035307-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (D Kremer)",
            "reward": "1.61000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03c619c6-87b6-41f8-9b2d-cdbc1591af3f/?format=api"
        },
        {
            "id": "778c09c4-c060-4f76-a8ed-62332a50586f",
            "gambit_id": "30f2fa77-599c-4684-827b-50f078e1885c",
            "last_updated": "2022-08-06T10:57:04.036040-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (M Keller)",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03c619c6-87b6-41f8-9b2d-cdbc1591af3f/?format=api"
        }
    ]
}