GET /api/bet_types/cf5cf6ea-63fb-4513-bba1-1acaeb7b7fe2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf5cf6ea-63fb-4513-bba1-1acaeb7b7fe2",
    "match": "https://api-prod.gambitprofit.com/api/matches/25cb2fee-ccef-4060-8d35-be147672ef9f/?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 2.5",
                "amount": 5249.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4751.0
            }
        ],
        "expected_reward_tokens": 9026.9,
        "profit_sb": 26.9,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "1c7f66ca-f3c9-494d-8814-cc3e5336b9ab",
            "gambit_id": "1330c3cd-7cdd-47e3-9a89-b2e03b26adcb",
            "last_updated": "2022-08-28T11:27:22.751888-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.72000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf5cf6ea-63fb-4513-bba1-1acaeb7b7fe2/?format=api"
        },
        {
            "id": "ae4afc49-164e-4908-ae01-be4483b6b7b2",
            "gambit_id": "0e1cab50-f8a5-4f66-8006-793a6e77f848",
            "last_updated": "2022-08-28T11:27:22.752427-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf5cf6ea-63fb-4513-bba1-1acaeb7b7fe2/?format=api"
        }
    ]
}