GET /api/bet_types/a12a5e50-bbb5-4a28-bdff-bfd87e70eab2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a12a5e50-bbb5-4a28-bdff-bfd87e70eab2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b853036c-6dd0-4289-b217-d68c2a510915/?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 2.5",
                "amount": 5068.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9222.84,
        "profit_sb": -277.16,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "036d222f-0c11-4296-b068-8eadf8490b13",
            "gambit_id": "4551b08f-ebd1-4a4b-8cec-079bd95a9351",
            "last_updated": "2022-10-24T12:07:05.027052-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a12a5e50-bbb5-4a28-bdff-bfd87e70eab2/?format=api"
        },
        {
            "id": "000cf9dd-ac15-458d-9b03-e1e73c94d308",
            "gambit_id": "02c64fcf-83ad-46e9-b326-a22622a5474a",
            "last_updated": "2022-10-24T12:07:05.025898-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.87000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a12a5e50-bbb5-4a28-bdff-bfd87e70eab2/?format=api"
        }
    ]
}