GET /api/bet_types/2009df71-202e-467c-897e-5e39ac527119/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2009df71-202e-467c-897e-5e39ac527119",
    "match": "https://api-prod.gambitprofit.com/api/matches/34f6c43a-1d7b-4de6-8c3c-aeec599e6e9c/?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 7",
                "amount": 5419.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "1efd314c-556d-4c36-acc8-05b0bdaa899c",
            "gambit_id": "485cb825-f21d-4c9c-a51c-ffd9bc475a36",
            "last_updated": "2022-10-17T14:27:40.501550-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2009df71-202e-467c-897e-5e39ac527119/?format=api"
        },
        {
            "id": "be2cccf0-74f0-41ad-b2d0-37f4d7a28daa",
            "gambit_id": "07379f90-b112-46d3-85af-a340ca1a6174",
            "last_updated": "2022-10-17T14:27:40.502803-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2009df71-202e-467c-897e-5e39ac527119/?format=api"
        }
    ]
}