GET /api/bet_types/f0e1e061-fcec-4d7f-b705-125035dbb2de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0e1e061-fcec-4d7f-b705-125035dbb2de",
    "match": "https://api-prod.gambitprofit.com/api/matches/be5490e6-fb13-4488-aa3f-02d19e3199c4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-17T11:41:59.720695-04: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 8",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e304eb5b-91b3-4b8c-996a-f62e95311ce3",
            "gambit_id": "4625c2ea-c3cb-4c02-8925-6adb3e9805cc",
            "last_updated": "2023-04-19T17:27:14.818670-04:00",
            "created_at": "2023-04-17T11:41:59.727108-04:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0e1e061-fcec-4d7f-b705-125035dbb2de/?format=api"
        },
        {
            "id": "94bdc565-2812-41d4-830f-e0209cc0e8e8",
            "gambit_id": "fc8808f3-df33-403d-9e48-5c87c2bd0cae",
            "last_updated": "2023-04-19T17:27:14.814282-04:00",
            "created_at": "2023-04-17T11:41:59.724076-04:00",
            "name": "Game Total Under 8",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0e1e061-fcec-4d7f-b705-125035dbb2de/?format=api"
        }
    ]
}