GET /api/bet_types/9a0f2de5-b223-40d9-b75c-5815fa35d2b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a0f2de5-b223-40d9-b75c-5815fa35d2b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf043086-c563-4e71-9df0-5523894a4287/?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": "Washington Capitals",
                "amount": 6389.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb05b804-3376-46f0-ba11-1655afb6aef6",
            "gambit_id": "0450775c-5feb-442a-b2bc-a1d2b80d62fe",
            "last_updated": "2022-12-14T10:12:16.645645-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a0f2de5-b223-40d9-b75c-5815fa35d2b2/?format=api"
        },
        {
            "id": "d9398bf0-befb-48cf-8c30-6be2643c2e3a",
            "gambit_id": "0f28533f-c0f4-47fc-bb6f-bbae4babce5c",
            "last_updated": "2022-12-14T10:12:16.644458-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a0f2de5-b223-40d9-b75c-5815fa35d2b2/?format=api"
        }
    ]
}