GET /api/bet_types/85293954-5f88-4ba4-b610-38e04b5e458b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85293954-5f88-4ba4-b610-38e04b5e458b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d707ba64-9081-4f28-a8cd-5fad77c8a4bb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-14T19:38:23.472393-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": "Total Rounds Over 2.5",
                "amount": 7770.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 2230.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "caaf9340-8a01-4825-a541-fa5b42b5917b",
            "gambit_id": "64aef20d-7f96-454f-983c-31b8cc25389e",
            "last_updated": "2023-10-21T20:28:07.828555-04:00",
            "created_at": "2023-10-14T19:38:23.477140-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.20000",
            "odds": "1.20830",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85293954-5f88-4ba4-b610-38e04b5e458b/?format=api"
        },
        {
            "id": "b3e286e5-76f4-486c-95a8-9c61c6a1d5c4",
            "gambit_id": "d0c7df56-f82f-476b-8c41-6a362250f156",
            "last_updated": "2023-10-21T20:28:07.833109-04:00",
            "created_at": "2023-10-14T19:38:23.482602-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "4.18000",
            "odds": "4.35000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85293954-5f88-4ba4-b610-38e04b5e458b/?format=api"
        }
    ]
}