GET /api/bet_types/e0511ae6-5fbb-4ee5-8c70-bf1ed3fb5d89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0511ae6-5fbb-4ee5-8c70-bf1ed3fb5d89",
    "match": "https://api-prod.gambitprofit.com/api/matches/07d8f6c7-ac77-44d4-ab65-bfec11964d88/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T11:22:18.062775-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": "Game Total Under 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c77afba1-044e-40ad-92f7-91e13646713c",
            "gambit_id": "a696fc48-9a27-4309-80cd-44201e58769f",
            "last_updated": "2023-05-05T18:37:20.175536-04:00",
            "created_at": "2023-04-28T11:22:18.064408-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0511ae6-5fbb-4ee5-8c70-bf1ed3fb5d89/?format=api"
        },
        {
            "id": "ece0b243-419b-4913-9a9d-ab11f20e4077",
            "gambit_id": "c301f766-0cdc-4d56-a528-d6cc38febaf4",
            "last_updated": "2023-05-05T18:37:20.177929-04:00",
            "created_at": "2023-04-28T11:22:18.066031-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0511ae6-5fbb-4ee5-8c70-bf1ed3fb5d89/?format=api"
        }
    ]
}