GET /api/bet_types/953097bd-5b7c-4605-8e49-479d1cdbd69c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "953097bd-5b7c-4605-8e49-479d1cdbd69c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6448c38c-1235-4085-858d-2463e34d0820/?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": 6850.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3150.0
            }
        ],
        "expected_reward_tokens": 9040.5,
        "profit_sb": 40.5,
        "profit_sb_percentage": 0.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "029ea3ba-5bb0-4a49-8be0-32c876b21e48",
            "gambit_id": "788eeb1a-80be-4c23-9fc4-ffbdbbd39a95",
            "last_updated": "2022-09-19T09:57:23.300167-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.32000",
            "odds": "1.36000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/953097bd-5b7c-4605-8e49-479d1cdbd69c/?format=api"
        },
        {
            "id": "466943c5-aaff-4b26-b942-34cd02c12c52",
            "gambit_id": "8198a0d2-5812-4d0f-94f0-3151d7f1cc25",
            "last_updated": "2022-09-19T09:57:23.299000-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.87000",
            "odds": "3.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/953097bd-5b7c-4605-8e49-479d1cdbd69c/?format=api"
        }
    ]
}