GET /api/bet_types/f56f33be-c8fe-4f73-a93b-fe5cd3360b7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f56f33be-c8fe-4f73-a93b-fe5cd3360b7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3be323c6-7f34-4252-bf1a-37c69880071e/?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 37",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 37",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9100.0,
        "profit_sb": 100.0,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "3583d414-9374-4268-b146-14f375dd9d5f",
            "gambit_id": "de2424b5-5f84-4826-bb33-70cf63340719",
            "last_updated": "2022-08-27T12:42:04.760932-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 37",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f56f33be-c8fe-4f73-a93b-fe5cd3360b7f/?format=api"
        },
        {
            "id": "a1a4e502-4c86-4905-8d4d-10128c368dbf",
            "gambit_id": "2f73cee5-36ef-433b-a32e-d3e1730a0f1d",
            "last_updated": "2022-08-27T12:42:04.761443-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 37",
            "reward": "1.82000",
            "odds": "1.90910",
            "spread": "37.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f56f33be-c8fe-4f73-a93b-fe5cd3360b7f/?format=api"
        }
    ]
}