GET /api/bet_types/6c3ef67a-210e-4661-ab5a-041b7ba300e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c3ef67a-210e-4661-ab5a-041b7ba300e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f459410-9c90-434e-85c3-bfa6207392d6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T12:32:24.267404-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": 7388.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 2612.0
            }
        ],
        "expected_reward_tokens": 9011.4,
        "profit_sb": 11.4,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "ea75695a-d750-4a17-b0da-58dbb95f7714",
            "gambit_id": "a31cee03-a441-434c-aacb-58546e85592e",
            "last_updated": "2023-01-16T10:16:51.947927-05:00",
            "created_at": "2023-01-14T12:32:24.270617-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c3ef67a-210e-4661-ab5a-041b7ba300e6/?format=api"
        },
        {
            "id": "643ff850-8f93-4b0c-9678-0ccc5d26cbe8",
            "gambit_id": "77184cb9-92cb-4f06-a7d3-3b1c9a8e740f",
            "last_updated": "2023-01-16T10:16:51.951082-05:00",
            "created_at": "2023-01-14T12:32:24.273940-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "3.45000",
            "odds": "3.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c3ef67a-210e-4661-ab5a-041b7ba300e6/?format=api"
        }
    ]
}