GET /api/bet_types/1caf101d-7040-4045-b963-75594036d9b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1caf101d-7040-4045-b963-75594036d9b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d05f1439-8f80-4a88-a71f-7bf05b09be4a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-07T12:18:16.044101-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 (C Kershaw)",
                "amount": 6299.0
            },
            {
                "team": "ARI (M Kelly)",
                "amount": 3701.0
            }
        ],
        "expected_reward_tokens": 9511.49,
        "profit_sb": 11.49,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "134b67ea-59f3-487b-9561-e62b107926e7",
            "gambit_id": "6f0f5b58-6af9-4015-80da-c7e8eed87665",
            "last_updated": "2023-10-09T08:53:11.484065-04:00",
            "created_at": "2023-10-07T12:18:16.054813-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.51000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1caf101d-7040-4045-b963-75594036d9b6/?format=api"
        },
        {
            "id": "76029f2b-4813-43f7-bb4f-00aea51807a3",
            "gambit_id": "1c024c84-1590-4f99-b324-9940134e23a1",
            "last_updated": "2023-10-09T08:53:11.480092-04:00",
            "created_at": "2023-10-07T12:18:16.049409-04:00",
            "name": "ARI (M Kelly)",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1caf101d-7040-4045-b963-75594036d9b6/?format=api"
        }
    ]
}