GET /api/bet_types/03f8f611-96e5-43b8-8dc6-153c71099b78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03f8f611-96e5-43b8-8dc6-153c71099b78",
    "match": "https://api-prod.gambitprofit.com/api/matches/b095c4e3-aa98-414a-a17c-ff086a298afc/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-02T10:08:21.037422-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": 7047.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 2953.0
            }
        ],
        "expected_reward_tokens": 9301.95,
        "profit_sb": -198.05,
        "profit_sb_percentage": -2.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "f799757e-6744-4dea-b7d5-d61aa7522e05",
            "gambit_id": "947baf69-1ef7-4f33-b3bd-90a3c3518047",
            "last_updated": "2024-02-06T09:33:14.680995-05:00",
            "created_at": "2024-02-02T10:08:21.053543-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03f8f611-96e5-43b8-8dc6-153c71099b78/?format=api"
        },
        {
            "id": "58b78a33-4520-45b5-a318-028bebb1b44a",
            "gambit_id": "44b3f932-6e56-4b1c-87e7-d19aa9dc249b",
            "last_updated": "2024-02-06T09:33:14.684902-05:00",
            "created_at": "2024-02-02T10:08:21.063310-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "3.15000",
            "odds": "3.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03f8f611-96e5-43b8-8dc6-153c71099b78/?format=api"
        }
    ]
}