GET /api/bet_types/024e2a3b-d875-4290-b34e-5d1eb4f2dfa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "024e2a3b-d875-4290-b34e-5d1eb4f2dfa2",
    "match": "https://api-prod.gambitprofit.com/api/matches/239fbc17-6f72-4816-9456-05c518730f1b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-02T13:12:59.107200-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": "ARI",
                "amount": 5512.0
            },
            {
                "team": "SFO",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9257fd6-e8b6-4fb6-a42c-e112476a8c46",
            "gambit_id": "2d8ee79e-b930-4e86-a012-859fde7f3f60",
            "last_updated": "2023-08-04T09:28:12.325753-04:00",
            "created_at": "2023-08-02T13:12:59.112674-04:00",
            "name": "ARI",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/024e2a3b-d875-4290-b34e-5d1eb4f2dfa2/?format=api"
        },
        {
            "id": "de454493-04d6-44f2-bf6c-41f4c16b2304",
            "gambit_id": "b2333a09-8c5e-4c44-a8f8-befd84fd97fd",
            "last_updated": "2023-08-04T09:28:12.330934-04:00",
            "created_at": "2023-08-02T13:12:59.117614-04:00",
            "name": "SFO",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/024e2a3b-d875-4290-b34e-5d1eb4f2dfa2/?format=api"
        }
    ]
}