GET /api/bet_types/d47ed858-6195-4afe-9751-13c309367288/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d47ed858-6195-4afe-9751-13c309367288",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a9ae86f-b4ef-4a72-a80d-b7b3cfe83f9c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T10:22:13.518878-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": "Calgary Flames",
                "amount": 5211.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4789.0
            }
        ],
        "expected_reward_tokens": 9482.22,
        "profit_sb": -17.78,
        "profit_sb_percentage": -0.19,
        "recommended": false
    },
    "lines": [
        {
            "id": "269fb4ff-743f-4fb0-8029-a090257cae04",
            "gambit_id": "f425c4ee-faa4-4f01-b8a2-eb48c26c3de5",
            "last_updated": "2023-01-23T10:21:53.665712-05:00",
            "created_at": "2023-01-21T10:22:13.520168-05:00",
            "name": "Calgary Flames",
            "reward": "1.82000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d47ed858-6195-4afe-9751-13c309367288/?format=api"
        },
        {
            "id": "297d025c-e2e5-4fd9-975a-e0df0caf874a",
            "gambit_id": "1732fb7d-52d4-473c-9a2c-6cd556962062",
            "last_updated": "2023-01-23T10:21:53.667054-05:00",
            "created_at": "2023-01-21T10:22:13.521400-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.98000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d47ed858-6195-4afe-9751-13c309367288/?format=api"
        }
    ]
}