GET /api/bet_types/f3fb0ed3-6bd0-44e6-aeb3-b95b80d1c11d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3fb0ed3-6bd0-44e6-aeb3-b95b80d1c11d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3187b028-096d-4706-ac5d-f654079e7e3f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-16T10:23:23.864834-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": "TOR (K Gausman)",
                "amount": 5652.0
            },
            {
                "team": "PHI (A Nola)",
                "amount": 4348.0
            }
        ],
        "expected_reward_tokens": 9608.4,
        "profit_sb": 108.4,
        "profit_sb_percentage": 1.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "56d3d986-24e3-4478-93c1-1a0977a88ab7",
            "gambit_id": "4606ee9f-6903-47c6-b79a-7bd1fa239f84",
            "last_updated": "2023-08-17T13:38:15.327907-04:00",
            "created_at": "2023-08-16T10:23:23.873716-04:00",
            "name": "TOR (K Gausman)",
            "reward": "1.70000",
            "odds": "1.72990",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3fb0ed3-6bd0-44e6-aeb3-b95b80d1c11d/?format=api"
        },
        {
            "id": "162726b5-125c-42cb-8695-ea75165b8ed4",
            "gambit_id": "828cbb33-069e-439a-9db7-647786d412ae",
            "last_updated": "2023-08-17T13:38:15.324683-04:00",
            "created_at": "2023-08-16T10:23:23.869061-04:00",
            "name": "PHI (A Nola)",
            "reward": "2.21000",
            "odds": "2.27000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3fb0ed3-6bd0-44e6-aeb3-b95b80d1c11d/?format=api"
        }
    ]
}