GET /api/bet_types/2386d3f2-a616-46d0-8180-48307446a7bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2386d3f2-a616-46d0-8180-48307446a7bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/bcb5f0e7-d14b-4f14-84cf-3b356ff6de8d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-18T09:42:14.675736-05: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": 5000.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9200.0,
        "profit_sb": -300.0,
        "profit_sb_percentage": -3.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "31f0c080-8da1-4c79-b42d-8a0a3890297e",
            "gambit_id": "4df85fba-0ac7-4cfc-87ca-06928b824658",
            "last_updated": "2023-02-19T16:27:12.268977-05:00",
            "created_at": "2023-02-18T09:42:14.678409-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2386d3f2-a616-46d0-8180-48307446a7bd/?format=api"
        },
        {
            "id": "87bc56de-9dc6-406b-82a0-bce9c7624954",
            "gambit_id": "45d582f3-62ef-4a26-8bbd-3709c6dd8521",
            "last_updated": "2023-02-19T16:27:12.267712-05:00",
            "created_at": "2023-02-18T09:42:14.677090-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2386d3f2-a616-46d0-8180-48307446a7bd/?format=api"
        }
    ]
}