GET /api/bet_types/b16add47-a335-409e-b2c0-66bdc69f2782/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b16add47-a335-409e-b2c0-66bdc69f2782",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2f5aa0d-9dd0-4eb2-ade8-d8a403367c35/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "Phoenix Suns",
                "amount": 7303.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 2697.0
            }
        ],
        "expected_reward_tokens": 9493.44,
        "profit_sb": -6.56,
        "profit_sb_percentage": -0.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce1c4f19-e772-4ea7-a656-6833b5a9250e",
            "gambit_id": "0248ae83-8cf9-420f-93b5-6075578e4a62",
            "last_updated": "2022-10-29T18:57:21.151863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16add47-a335-409e-b2c0-66bdc69f2782/?format=api"
        },
        {
            "id": "10324355-f36d-4752-8b66-27fa1a1e528a",
            "gambit_id": "4ab69c24-e611-4383-81d9-a19b97bd927a",
            "last_updated": "2022-10-29T18:57:21.152851-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "3.52000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b16add47-a335-409e-b2c0-66bdc69f2782/?format=api"
        }
    ]
}