GET /api/bet_types/9781724a-1de8-438b-bd9f-604fd4a5d652/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9781724a-1de8-438b-bd9f-604fd4a5d652",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b6d74d9-66c5-4f6f-8d86-47e7c524615d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:02:13.090660-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7fe66c77-4b29-45db-92b7-f56896c2f8a8",
            "gambit_id": "eb3890b6-8187-4911-970c-e35caff9edbb",
            "last_updated": "2023-05-20T10:52:04.780589-04:00",
            "created_at": "2023-05-19T11:02:13.094224-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9781724a-1de8-438b-bd9f-604fd4a5d652/?format=api"
        },
        {
            "id": "146acc77-d809-423e-8a26-52e135ff833f",
            "gambit_id": "43de77a6-d961-4712-9ec4-02e12048373d",
            "last_updated": "2023-05-20T10:52:04.778919-04:00",
            "created_at": "2023-05-19T11:02:13.092536-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9781724a-1de8-438b-bd9f-604fd4a5d652/?format=api"
        }
    ]
}