GET /api/bet_types/4b4dcf89-9318-4ad6-8e27-6b0e6e999089/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b4dcf89-9318-4ad6-8e27-6b0e6e999089",
    "match": "https://api-prod.gambitprofit.com/api/matches/9370825b-4029-47ae-8f84-22ffe5685656/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T13:43:04.950802-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 Steele)",
                "amount": 6359.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9538.5,
        "profit_sb": 38.5,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "e190ed69-699d-4510-8afb-48696e8d2b8e",
            "gambit_id": "2f2f6efe-2561-4632-9627-838d5b548994",
            "last_updated": "2023-09-21T10:48:07.682568-04:00",
            "created_at": "2023-09-20T13:43:04.962747-04:00",
            "name": "CHC (J Steele)",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b4dcf89-9318-4ad6-8e27-6b0e6e999089/?format=api"
        },
        {
            "id": "21362698-4e06-470a-8f01-4be42eb481ec",
            "gambit_id": "5f937467-e6b9-40f2-a2df-6725112c6fa0",
            "last_updated": "2023-09-21T10:48:07.679274-04:00",
            "created_at": "2023-09-20T13:43:04.957512-04:00",
            "name": "PIT (M Keller)",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b4dcf89-9318-4ad6-8e27-6b0e6e999089/?format=api"
        }
    ]
}