GET /api/bet_types/8d26c6b4-fbf4-4b3b-a903-88c46a51f5b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d26c6b4-fbf4-4b3b-a903-88c46a51f5b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c00116c-9b7a-41e9-b060-d99c6a31265c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-14T12:38:25.178945-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": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ccea6b3-c136-4721-a00a-fcad0a14b45d",
            "gambit_id": "3fee304e-1cd0-408a-b33c-a3d82fe8b9f2",
            "last_updated": "2023-07-17T09:13:05.711686-04:00",
            "created_at": "2023-07-14T12:38:25.180893-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d26c6b4-fbf4-4b3b-a903-88c46a51f5b2/?format=api"
        },
        {
            "id": "6202fed2-7722-45f6-8d6f-abdf7c62d2bd",
            "gambit_id": "6b0f9bc4-1930-4be2-a125-b4b78d1bb828",
            "last_updated": "2023-07-17T09:13:05.713063-04:00",
            "created_at": "2023-07-14T12:38:25.183221-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d26c6b4-fbf4-4b3b-a903-88c46a51f5b2/?format=api"
        }
    ]
}