GET /api/bet_types/0e5fed9f-23c1-465f-96fa-72ed486a6ec2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e5fed9f-23c1-465f-96fa-72ed486a6ec2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b444a90e-fd56-4d76-a2b1-6f2e1b086c44/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-08T11:46:59.082431-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": "KAN",
                "amount": 5784.0
            },
            {
                "team": "CWS",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "71ef9f5b-1298-43e4-83de-827e225fff78",
            "gambit_id": "b833fa95-fcf0-4071-bc9b-39388c8de3dc",
            "last_updated": "2023-05-09T11:27:17.666656-04:00",
            "created_at": "2023-05-08T11:46:59.084144-04:00",
            "name": "KAN",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e5fed9f-23c1-465f-96fa-72ed486a6ec2/?format=api"
        },
        {
            "id": "be358a00-dcb4-412e-86fd-6749c0f51f90",
            "gambit_id": "2c5f4c0b-63ed-45b7-bb7f-0a385c51742d",
            "last_updated": "2023-05-09T11:27:17.668609-04:00",
            "created_at": "2023-05-08T11:46:59.085923-04:00",
            "name": "CWS",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e5fed9f-23c1-465f-96fa-72ed486a6ec2/?format=api"
        }
    ]
}