GET /api/bet_types/2f219cc7-ea44-4a50-9219-a89c4c4ecddf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f219cc7-ea44-4a50-9219-a89c4c4ecddf",
    "match": "https://api-prod.gambitprofit.com/api/matches/993b8b52-f2aa-464c-8d14-d4b740992823/?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": "EDward Gaming",
                "amount": 7597.0
            },
            {
                "team": "Anyone's Legend",
                "amount": 2403.0
            }
        ],
        "expected_reward_tokens": 8963.19,
        "profit_sb": -36.81,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd052153-a36a-4c7d-b486-38aafd1b52ba",
            "gambit_id": "11d409f6-0cc5-4ea6-8a36-6098954659de",
            "last_updated": "2022-08-11T23:47:08.246411-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "EDward Gaming",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f219cc7-ea44-4a50-9219-a89c4c4ecddf/?format=api"
        },
        {
            "id": "9e0bacd2-7379-4b54-8a06-145459d5cbcd",
            "gambit_id": "20cb3e7c-5aee-4829-b74e-6e4b45b59a3d",
            "last_updated": "2022-08-11T23:47:08.245979-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anyone's Legend",
            "reward": "3.73000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f219cc7-ea44-4a50-9219-a89c4c4ecddf/?format=api"
        }
    ]
}