GET /api/bet_types/e70eab65-aa20-41c7-8352-3049092c493d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e70eab65-aa20-41c7-8352-3049092c493d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c17117ae-857a-423d-97d1-26884f54c1b0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-29T08:33:12.058930-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "17b23590-b3ae-48cc-9024-85a5231ac5b3",
            "gambit_id": "75b7d28f-bbb7-4e03-ab01-69bad3f68c60",
            "last_updated": "2023-08-30T13:32:57.342966-04:00",
            "created_at": "2023-08-29T08:33:12.063118-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e70eab65-aa20-41c7-8352-3049092c493d/?format=api"
        },
        {
            "id": "c6ea3e57-8086-4113-b59e-9c0f60308985",
            "gambit_id": "301be7d1-5c04-4bd0-b395-3501a19d9a1e",
            "last_updated": "2023-08-30T13:32:57.346398-04:00",
            "created_at": "2023-08-29T08:33:12.067738-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e70eab65-aa20-41c7-8352-3049092c493d/?format=api"
        }
    ]
}