GET /api/bet_types/0f87bfc1-7870-420d-bcc0-e057a2d584f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f87bfc1-7870-420d-bcc0-e057a2d584f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/948bea91-6867-4b6b-91bf-39d5c2bc521d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-27T08:13:19.759864-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": "ARI (S Cecconi)",
                "amount": 5325.0
            },
            {
                "team": "CIN (G Ashcraft)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a5a47fd-c2fe-4ed6-80b4-c8d7d75cdec9",
            "gambit_id": "596ddc92-8901-471e-bed6-4f21b1b3235a",
            "last_updated": "2023-08-29T09:03:25.815249-04:00",
            "created_at": "2023-08-27T08:13:19.769471-04:00",
            "name": "ARI (S Cecconi)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f87bfc1-7870-420d-bcc0-e057a2d584f2/?format=api"
        },
        {
            "id": "0588afc8-52ad-4308-b85c-5cfbfd502734",
            "gambit_id": "a80ec98f-0af6-45e8-a4a5-006173792593",
            "last_updated": "2023-08-29T09:03:25.812114-04:00",
            "created_at": "2023-08-27T08:13:19.765030-04:00",
            "name": "CIN (G Ashcraft)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f87bfc1-7870-420d-bcc0-e057a2d584f2/?format=api"
        }
    ]
}