GET /api/bet_types/ff63b8bf-1b38-4191-93cc-3a6da3cc5902/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ff63b8bf-1b38-4191-93cc-3a6da3cc5902",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b01efcc-81a8-4f4e-a6e2-77fc3be65a2b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-22T08:38:12.787468-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 Under 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "397d84c8-d565-4a7b-875f-23d37fc4f714",
            "gambit_id": "0b4eff37-b23c-438c-9061-d6b292ba41f7",
            "last_updated": "2023-07-23T21:53:27.067106-04:00",
            "created_at": "2023-07-22T08:38:12.796697-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff63b8bf-1b38-4191-93cc-3a6da3cc5902/?format=api"
        },
        {
            "id": "c2497477-3ad2-459d-bc95-33bee0140d1c",
            "gambit_id": "6e551c36-cd59-4f74-ba7e-20d4967be786",
            "last_updated": "2023-07-23T21:53:27.063731-04:00",
            "created_at": "2023-07-22T08:38:12.791619-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff63b8bf-1b38-4191-93cc-3a6da3cc5902/?format=api"
        }
    ]
}