GET /api/bet_types/8dc9ef49-1c9e-4240-97ee-acc2abf683da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dc9ef49-1c9e-4240-97ee-acc2abf683da",
    "match": "https://api-prod.gambitprofit.com/api/matches/37a064e3-2761-4700-9b8e-f4cc3149a8ea/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-18T08:43:15.218120-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": "BAL",
                "amount": 5213.0
            },
            {
                "team": "OAK",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2417c9b5-239e-41d1-aa08-a4c0d14be5dc",
            "gambit_id": "fbc4ed16-42df-4e2a-aff7-c2368e889986",
            "last_updated": "2023-08-25T21:38:08.416020-04:00",
            "created_at": "2023-08-18T08:43:15.221740-04:00",
            "name": "BAL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dc9ef49-1c9e-4240-97ee-acc2abf683da/?format=api"
        },
        {
            "id": "0895c3e1-dd60-429d-9f28-2a40159539b9",
            "gambit_id": "f61739ac-fc70-4875-ac2f-ede41ac270d7",
            "last_updated": "2023-08-25T21:38:08.420110-04:00",
            "created_at": "2023-08-18T08:43:15.226225-04:00",
            "name": "OAK",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dc9ef49-1c9e-4240-97ee-acc2abf683da/?format=api"
        }
    ]
}