GET /api/bet_types/c564b965-8ce0-46e5-a31b-7b5f0cd3ab8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c564b965-8ce0-46e5-a31b-7b5f0cd3ab8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6d9796f-e090-47b0-99fd-aa6e95dae503/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 8.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ca98331-cfa4-42ed-94a2-2365ced7e7f6",
            "gambit_id": "8e4df328-938a-444d-949e-62f149c4e690",
            "last_updated": "2022-08-10T10:11:56.533660-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c564b965-8ce0-46e5-a31b-7b5f0cd3ab8a/?format=api"
        },
        {
            "id": "4c1e684e-7d66-4bb4-9afa-a6612d7ca86a",
            "gambit_id": "03dd1871-14ef-4b18-bfa3-be858b3b2c45",
            "last_updated": "2022-08-10T10:11:56.533157-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c564b965-8ce0-46e5-a31b-7b5f0cd3ab8a/?format=api"
        }
    ]
}