GET /api/bet_types/a3eb0b88-d4dd-4b68-ac4a-4ac67ef1e1d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3eb0b88-d4dd-4b68-ac4a-4ac67ef1e1d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f2f9e64-dca1-44d9-a9c2-08b969fad32c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-09T08:13:10.891017-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": "HOU",
                "amount": 6010.0
            },
            {
                "team": "BAL",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "18ce2739-a4f5-4a44-9a48-599789691f13",
            "gambit_id": "189ebbee-94db-4b69-97c6-f4562e5e6875",
            "last_updated": "2023-08-10T10:27:58.570107-04:00",
            "created_at": "2023-08-09T08:13:10.894801-04:00",
            "name": "HOU",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3eb0b88-d4dd-4b68-ac4a-4ac67ef1e1d2/?format=api"
        },
        {
            "id": "97b6bccc-3dd7-470f-a2d9-e98851dbb3e9",
            "gambit_id": "f7234e03-fecb-4521-a6cf-4377403dc858",
            "last_updated": "2023-08-10T10:27:58.573430-04:00",
            "created_at": "2023-08-09T08:13:10.898724-04:00",
            "name": "BAL",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3eb0b88-d4dd-4b68-ac4a-4ac67ef1e1d2/?format=api"
        }
    ]
}