GET /api/bet_types/b68ca3f9-baa5-4e98-b14d-0ae683f49f22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b68ca3f9-baa5-4e98-b14d-0ae683f49f22",
    "match": "https://api-prod.gambitprofit.com/api/matches/5342a52b-4dac-42e9-af34-9e4441975b4f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-14T09:13:05.916904-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 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "832289ad-a15a-44b4-b675-5deb2050ba58",
            "gambit_id": "270cfae8-8d9b-4b05-8148-c1c18f11aa8b",
            "last_updated": "2023-11-15T22:43:01.284895-05:00",
            "created_at": "2023-11-14T09:13:05.920447-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b68ca3f9-baa5-4e98-b14d-0ae683f49f22/?format=api"
        },
        {
            "id": "3e6fd062-12dc-4165-9abc-034d2e2fdcba",
            "gambit_id": "e525797a-9f52-41aa-aa2e-6bb2a6003904",
            "last_updated": "2023-11-15T22:43:01.288472-05:00",
            "created_at": "2023-11-14T09:13:05.924911-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b68ca3f9-baa5-4e98-b14d-0ae683f49f22/?format=api"
        }
    ]
}