GET /api/bet_types/3a387a55-a5d3-4616-afbe-3cfb6ef59382/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a387a55-a5d3-4616-afbe-3cfb6ef59382",
    "match": "https://api-prod.gambitprofit.com/api/matches/62da430c-4f37-4d77-bcad-d7f41c22f3aa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-18T08:43:12.729148-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": "CHC (J Taillon)",
                "amount": 6139.0
            },
            {
                "team": "KAN (C Ragans)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9fea524-c01d-4cf4-a4cf-31345fa31e6d",
            "gambit_id": "8eba6243-dc7a-470b-b69f-a588a2be506e",
            "last_updated": "2023-08-21T10:28:08.075388-04:00",
            "created_at": "2023-08-18T08:43:12.743911-04:00",
            "name": "CHC (J Taillon)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a387a55-a5d3-4616-afbe-3cfb6ef59382/?format=api"
        },
        {
            "id": "c8616a29-3f41-43d7-be39-e43989e47647",
            "gambit_id": "f302de94-42c1-4db4-9735-eb9544226995",
            "last_updated": "2023-08-21T10:28:08.072230-04:00",
            "created_at": "2023-08-18T08:43:12.737042-04:00",
            "name": "KAN (C Ragans)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a387a55-a5d3-4616-afbe-3cfb6ef59382/?format=api"
        }
    ]
}