GET /api/bet_types/e2f68988-6be7-46b1-a1c9-32840b8e7ae0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2f68988-6be7-46b1-a1c9-32840b8e7ae0",
    "match": "https://api-prod.gambitprofit.com/api/matches/b98335e7-26c9-4747-ab3d-a5580c4f0556/?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": "SEA (L Castillo)",
                "amount": 6170.0
            },
            {
                "team": "KAN (M Castillo)",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "d394eff8-3900-49f2-9946-35591940ef76",
            "gambit_id": "5e9fa94b-fd33-4935-be13-ef171a1160b5",
            "last_updated": "2022-09-26T10:27:12.250331-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (L Castillo)",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2f68988-6be7-46b1-a1c9-32840b8e7ae0/?format=api"
        },
        {
            "id": "3fa98470-0a79-4a2d-9180-d54a8537039e",
            "gambit_id": "41c6e1c7-0c4e-4cba-b9b7-4c9a73a67cde",
            "last_updated": "2022-09-26T10:27:12.251267-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (M Castillo)",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2f68988-6be7-46b1-a1c9-32840b8e7ae0/?format=api"
        }
    ]
}