GET /api/bet_types/41ba8ab5-f94f-403d-8eac-d5d4b57c33fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41ba8ab5-f94f-403d-8eac-d5d4b57c33fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/97b52118-ae9b-49cc-9cff-fd882855f6d2/?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": "OAK (P Blackburn)",
                "amount": 5423.0
            },
            {
                "team": "LAA (T Toussaint)",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": 381.79,
        "profit_sb_percentage": 4.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "456b8c9d-3a64-4727-9a11-1dc3426ed8cc",
            "gambit_id": "48c08af2-4536-41c1-9639-6391eafe5e5b",
            "last_updated": "2022-12-24T17:12:07.825540-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (P Blackburn)",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41ba8ab5-f94f-403d-8eac-d5d4b57c33fe/?format=api"
        },
        {
            "id": "99e6e01e-2b0f-45dd-a4e1-45b13cfd7791",
            "gambit_id": "ffabaaf8-b22a-44a8-b1e6-b6e55d7867e4",
            "last_updated": "2022-12-24T17:12:07.826668-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (T Toussaint)",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41ba8ab5-f94f-403d-8eac-d5d4b57c33fe/?format=api"
        }
    ]
}