GET /api/bet_types/c9cf4d83-ccb6-451e-b4a9-c50d0ba7373a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9cf4d83-ccb6-451e-b4a9-c50d0ba7373a",
    "match": "https://api-prod.gambitprofit.com/api/matches/73bb76f6-f67b-4570-bdd2-9ddac907024d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T10:22:13.700070-04: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 Gilbert)",
                "amount": 5527.0
            },
            {
                "team": "CLE (A Civale)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "c9016663-68fe-4fef-873f-5d680b190344",
            "gambit_id": "3608fcbd-729d-4c2f-83b9-0262549cf2f9",
            "last_updated": "2023-04-02T10:52:13.164388-04:00",
            "created_at": "2023-04-01T10:22:13.701759-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9cf4d83-ccb6-451e-b4a9-c50d0ba7373a/?format=api"
        },
        {
            "id": "d8c8ef8d-c32e-42c7-8ba6-e798186b42c3",
            "gambit_id": "881a2b09-3575-4486-ad54-255088214c8e",
            "last_updated": "2023-04-02T10:52:13.166934-04:00",
            "created_at": "2023-04-01T10:22:13.703661-04:00",
            "name": "CLE (A Civale)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9cf4d83-ccb6-451e-b4a9-c50d0ba7373a/?format=api"
        }
    ]
}