GET /api/bet_types/a08c6975-acdc-4d59-83fe-f994d3ce191a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a08c6975-acdc-4d59-83fe-f994d3ce191a",
    "match": "https://api-prod.gambitprofit.com/api/matches/acf24a8e-870c-451d-8d1d-fc28bc19ba30/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-23T11:48:00.124299-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": 5512.0
            },
            {
                "team": "OAK",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "036de516-f1d4-4015-aaa7-b4da1d1247ea",
            "gambit_id": "0fe2cf35-f22d-4983-98cb-4813dedc5b12",
            "last_updated": "2023-07-24T13:23:14.821485-04:00",
            "created_at": "2023-07-23T11:48:00.128298-04:00",
            "name": "HOU",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a08c6975-acdc-4d59-83fe-f994d3ce191a/?format=api"
        },
        {
            "id": "c9409623-c06a-46ab-b595-17a57649452b",
            "gambit_id": "30d38e6a-e0da-4665-9542-3ae2d542200c",
            "last_updated": "2023-07-24T13:23:14.824705-04:00",
            "created_at": "2023-07-23T11:48:00.132729-04:00",
            "name": "OAK",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a08c6975-acdc-4d59-83fe-f994d3ce191a/?format=api"
        }
    ]
}