GET /api/bet_types/8aa4a361-d824-40ae-83b2-0321eb80c0ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8aa4a361-d824-40ae-83b2-0321eb80c0ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c85c7d7-cc55-47ac-b904-070bbc7b6934/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T11:22:00.009258-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 Over 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "980d8119-1916-444f-a72b-0402911a433e",
            "gambit_id": "2a8e21e0-6389-411c-b8ae-f3cdc56441dd",
            "last_updated": "2023-04-11T13:47:18.581307-04:00",
            "created_at": "2023-04-10T11:22:00.012795-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8aa4a361-d824-40ae-83b2-0321eb80c0ad/?format=api"
        },
        {
            "id": "b8a0ce70-69d3-438e-a970-428882e7a93c",
            "gambit_id": "560bcc7e-5736-4cff-9da4-87c421bbf3b4",
            "last_updated": "2023-04-11T13:47:18.579623-04:00",
            "created_at": "2023-04-10T11:22:00.011152-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8aa4a361-d824-40ae-83b2-0321eb80c0ad/?format=api"
        }
    ]
}