GET /api/bet_types/3da5f768-b5c1-4030-8491-747751ac27e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3da5f768-b5c1-4030-8491-747751ac27e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/50e4103c-1746-4467-8084-76cee695b4d9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-05T14:19:53.325295-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": "Vegas Golden Knights",
                "amount": 7203.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "05001aa7-63e6-4eef-8da3-38ff9351d516",
            "gambit_id": "214a1b1d-07b7-48fc-8201-4fcbef7ba921",
            "last_updated": "2023-03-06T19:17:19.348333-05:00",
            "created_at": "2023-03-05T14:19:53.326519-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3da5f768-b5c1-4030-8491-747751ac27e9/?format=api"
        },
        {
            "id": "91ca0841-b10d-42b6-b866-36445257f00d",
            "gambit_id": "a51bc873-a4bb-4abc-82a7-40d4a8cbaaaa",
            "last_updated": "2023-03-06T19:17:19.349741-05:00",
            "created_at": "2023-03-05T14:19:53.328040-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3da5f768-b5c1-4030-8491-747751ac27e9/?format=api"
        }
    ]
}