GET /api/bet_types/dfe3fc85-39d7-47bf-a490-1c640f02768a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfe3fc85-39d7-47bf-a490-1c640f02768a",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdd10df2-4ab7-425b-b4e5-44f0a1a97652/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-25T11:42:04.636754-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 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "12d8f349-3a6a-42db-955a-c2ebaa7c9b21",
            "gambit_id": "ab3c2ed3-bfb7-42d0-87db-6157dbd8d185",
            "last_updated": "2023-04-26T20:32:12.965580-04:00",
            "created_at": "2023-04-25T11:42:04.638818-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe3fc85-39d7-47bf-a490-1c640f02768a/?format=api"
        },
        {
            "id": "5a022a70-1517-415f-a58e-e5f2ab325095",
            "gambit_id": "ed15cccf-f579-4fcc-a883-8667f320d562",
            "last_updated": "2023-04-26T20:32:12.967685-04:00",
            "created_at": "2023-04-25T11:42:04.640884-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfe3fc85-39d7-47bf-a490-1c640f02768a/?format=api"
        }
    ]
}