GET /api/bet_types/89a82d3b-f9dd-4dc2-af94-09cbdecb82f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89a82d3b-f9dd-4dc2-af94-09cbdecb82f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a803e84-7b58-4fdb-a36d-d42451adcd89/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-16T09:08:25.528019-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": 5614.0
            },
            {
                "team": "TOR",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "97fdf0c9-6dda-4a9c-be64-3152f07e2a39",
            "gambit_id": "a978b9a0-8124-4217-b2b8-953dab8225b2",
            "last_updated": "2023-07-18T09:08:28.807833-04:00",
            "created_at": "2023-07-16T09:08:25.529954-04:00",
            "name": "ARI",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89a82d3b-f9dd-4dc2-af94-09cbdecb82f4/?format=api"
        },
        {
            "id": "6bb18524-1442-45bb-9a7c-b3e39454a30f",
            "gambit_id": "9e7b594b-be09-45a1-9905-1c4e24abd9ff",
            "last_updated": "2023-07-18T09:08:28.809614-04:00",
            "created_at": "2023-07-16T09:08:25.531900-04:00",
            "name": "TOR",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89a82d3b-f9dd-4dc2-af94-09cbdecb82f4/?format=api"
        }
    ]
}