GET /api/bet_types/b2562c9f-085b-4642-ab0e-2e74e5c155d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2562c9f-085b-4642-ab0e-2e74e5c155d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/d70ae283-5b42-4904-90ca-b093779a2d3f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-19T08:32:57.341497-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": "Tampa Bay Lightning",
                "amount": 5319.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "960bcd3f-0120-4f74-9403-6625c1f8600a",
            "gambit_id": "c3fe2794-ede9-4403-84d6-51ae615e0230",
            "last_updated": "2023-10-20T11:28:25.273711-04:00",
            "created_at": "2023-10-19T08:32:57.353835-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2562c9f-085b-4642-ab0e-2e74e5c155d9/?format=api"
        },
        {
            "id": "de78ee3c-96e5-4e78-9590-b67eb0d5d41c",
            "gambit_id": "d193f8f7-c9a6-4d0b-8ba1-2529cacc90fa",
            "last_updated": "2023-10-20T11:28:25.269152-04:00",
            "created_at": "2023-10-19T08:32:57.346370-04:00",
            "name": "Vancouver Canucks",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2562c9f-085b-4642-ab0e-2e74e5c155d9/?format=api"
        }
    ]
}