GET /api/bet_types/6ca6bdf8-4995-465e-b2fc-254599712912/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ca6bdf8-4995-465e-b2fc-254599712912",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b23766e-55a4-410b-b812-5bebec493db2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:08:15.335749-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 6.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa5c8adb-427e-4db9-821e-87f7f0181c51",
            "gambit_id": "4bb87e7e-903a-4d75-952f-eb1b422ec1b9",
            "last_updated": "2023-11-23T20:07:56.023506-05:00",
            "created_at": "2023-11-22T09:08:15.339861-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca6bdf8-4995-465e-b2fc-254599712912/?format=api"
        },
        {
            "id": "b4b276da-cc01-4b35-961e-7e188623df0a",
            "gambit_id": "7e7f36aa-5893-46f8-92d7-7cbb5825cba2",
            "last_updated": "2023-11-23T20:07:56.027143-05:00",
            "created_at": "2023-11-22T09:08:15.344342-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ca6bdf8-4995-465e-b2fc-254599712912/?format=api"
        }
    ]
}