GET /api/bet_types/5a510374-a57b-4fe8-8cbe-df67c42b5701/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a510374-a57b-4fe8-8cbe-df67c42b5701",
    "match": "https://api-prod.gambitprofit.com/api/matches/44c92306-1804-44f9-bdd3-dde2d8b6e4b9/?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 219.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 219.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d546c82-defd-4624-80c2-9a08cd98b9a5",
            "gambit_id": "54649689-60f8-4e9d-9201-ed3f00bf1755",
            "last_updated": "2022-11-12T16:58:15.892692-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 219.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a510374-a57b-4fe8-8cbe-df67c42b5701/?format=api"
        },
        {
            "id": "d49537be-f898-4200-b280-d58e50eda69b",
            "gambit_id": "a94a8f46-8339-4bc6-802f-81f8a951cdbf",
            "last_updated": "2022-11-12T16:58:15.893865-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 219.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a510374-a57b-4fe8-8cbe-df67c42b5701/?format=api"
        }
    ]
}