GET /api/bet_types/f47b6dfb-8210-4a44-8db4-6967ed4ddf3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f47b6dfb-8210-4a44-8db4-6967ed4ddf3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0e75a381-be24-4e74-baed-7bc2e60c31e3/?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 Under 8.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3de8382-db84-4299-acb9-bb226b35b487",
            "gambit_id": "4adcc6b8-a6bf-4f1b-8197-6518dd2c3a32",
            "last_updated": "2022-09-01T10:52:06.092015-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f47b6dfb-8210-4a44-8db4-6967ed4ddf3a/?format=api"
        },
        {
            "id": "f290daec-7e13-45cb-a89f-1cde20310024",
            "gambit_id": "09658d83-87d3-425e-92a6-4a2710d5eb23",
            "last_updated": "2022-09-01T10:52:06.092546-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f47b6dfb-8210-4a44-8db4-6967ed4ddf3a/?format=api"
        }
    ]
}