GET /api/bet_types/85a8c8ce-c4d5-4e36-92f3-60c7c67e054a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85a8c8ce-c4d5-4e36-92f3-60c7c67e054a",
    "match": "https://api-prod.gambitprofit.com/api/matches/be6304f2-a298-412c-b72b-8a9efda5d4dd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-27T08:43:22.414803-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 Under 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fcb6d77-84e4-4651-996b-2b65ad05cccd",
            "gambit_id": "2b2589a2-8d7a-49e1-b090-bd3950fde7eb",
            "last_updated": "2023-07-04T19:03:15.533265-04:00",
            "created_at": "2023-06-27T08:43:22.421015-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85a8c8ce-c4d5-4e36-92f3-60c7c67e054a/?format=api"
        },
        {
            "id": "b1bdcc92-15fa-4bf8-a0fd-c1c1377fdc1b",
            "gambit_id": "d546fb56-cfe8-4d23-8cb2-24c93d07a0e6",
            "last_updated": "2023-07-04T19:03:15.531851-04:00",
            "created_at": "2023-06-27T08:43:22.418104-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85a8c8ce-c4d5-4e36-92f3-60c7c67e054a/?format=api"
        }
    ]
}