GET /api/bet_types/49e21c57-066e-49ae-8de2-decf461cda22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "49e21c57-066e-49ae-8de2-decf461cda22",
    "match": "https://api-prod.gambitprofit.com/api/matches/f85aac0a-96d9-49bb-bccf-54a450f19b04/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:08:20.142355-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": "Game Total Over 6.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c0de130-1c63-42a1-99fe-41a572e94d73",
            "gambit_id": "ab0f2706-0a76-41f5-862b-d68ef0edc548",
            "last_updated": "2023-11-23T17:43:24.206408-05:00",
            "created_at": "2023-11-22T09:08:20.146241-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49e21c57-066e-49ae-8de2-decf461cda22/?format=api"
        },
        {
            "id": "dd11be51-b742-4172-b6d7-09e2e6a29f90",
            "gambit_id": "8a383502-280c-4bc8-a937-1b401f266f5a",
            "last_updated": "2023-11-23T17:43:24.209619-05:00",
            "created_at": "2023-11-22T09:08:20.149915-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49e21c57-066e-49ae-8de2-decf461cda22/?format=api"
        }
    ]
}