GET /api/bet_types/ccbe4eca-5d4a-499d-ba98-9c55d282ec8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccbe4eca-5d4a-499d-ba98-9c55d282ec8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/274e8da0-577e-47d7-99b3-8c835d62b4d5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-07T11:57:06.510198-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": "PHI (T Walker)",
                "amount": 5273.0
            },
            {
                "team": "BOS (T Houck)",
                "amount": 4727.0
            }
        ],
        "expected_reward_tokens": 9595.81,
        "profit_sb": 95.81,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "d445410c-df5e-4c85-a464-8b1d3168c710",
            "gambit_id": "e24e4601-7662-4172-afae-4986a40cd793",
            "last_updated": "2023-05-08T11:47:05.491237-04:00",
            "created_at": "2023-05-07T11:57:06.511955-04:00",
            "name": "PHI (T Walker)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccbe4eca-5d4a-499d-ba98-9c55d282ec8c/?format=api"
        },
        {
            "id": "372eff31-a582-4578-a27f-4a11be5ad317",
            "gambit_id": "13631817-1063-4022-8a7d-ea82ea6299d5",
            "last_updated": "2023-05-08T11:47:05.492626-04:00",
            "created_at": "2023-05-07T11:57:06.513720-04:00",
            "name": "BOS (T Houck)",
            "reward": "2.03000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccbe4eca-5d4a-499d-ba98-9c55d282ec8c/?format=api"
        }
    ]
}