GET /api/bet_types/ff22f25f-f9b9-429a-89c3-88d19107c61a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff22f25f-f9b9-429a-89c3-88d19107c61a",
    "match": "https://api-prod.gambitprofit.com/api/matches/05181c6b-c0c3-492e-bddc-ef8d92f24f4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-31T11:47:16.520090-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": "LOS (N Syndergaard)",
                "amount": 6833.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "ace7982f-7191-4f74-bb02-7ac4a5e149d8",
            "gambit_id": "0380600c-c1e3-4eef-81ca-316d15f34939",
            "last_updated": "2023-06-01T10:12:10.143887-04:00",
            "created_at": "2023-05-31T11:47:16.525530-04:00",
            "name": "LOS (N Syndergaard)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff22f25f-f9b9-429a-89c3-88d19107c61a/?format=api"
        },
        {
            "id": "63e4868f-fabe-48d1-9d61-dcc0a39640aa",
            "gambit_id": "65d4da2e-8589-4640-9ec7-1c83d61e3592",
            "last_updated": "2023-06-01T10:12:10.141843-04:00",
            "created_at": "2023-05-31T11:47:16.522749-04:00",
            "name": "WAS (P Corbin)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff22f25f-f9b9-429a-89c3-88d19107c61a/?format=api"
        }
    ]
}