GET /api/bet_types/0111fc26-4493-47a9-a4f1-ad0adf9708bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0111fc26-4493-47a9-a4f1-ad0adf9708bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f40a083-8878-4819-9306-e5fdfae5377d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-27T09:58:12.878380-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": "SFO",
                "amount": 5512.0
            },
            {
                "team": "ATL",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "939cb557-0d56-4c35-b55f-8bea7dac7c2b",
            "gambit_id": "2eb99b28-17bb-44cb-b2cf-0f1e7fbd0315",
            "last_updated": "2023-08-28T16:23:37.463324-04:00",
            "created_at": "2023-08-27T09:58:12.885744-04:00",
            "name": "SFO",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0111fc26-4493-47a9-a4f1-ad0adf9708bc/?format=api"
        },
        {
            "id": "17ebd5ca-a3fb-4554-a736-edecd46422cd",
            "gambit_id": "369d7685-d579-45ad-aecb-c7ad02dafc42",
            "last_updated": "2023-08-28T16:23:37.460122-04:00",
            "created_at": "2023-08-27T09:58:12.882035-04:00",
            "name": "ATL",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0111fc26-4493-47a9-a4f1-ad0adf9708bc/?format=api"
        }
    ]
}