GET /api/bet_types/f492fa2d-bbc1-4865-bfca-b829f89cc7ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f492fa2d-bbc1-4865-bfca-b829f89cc7ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/0bcd88ca-7edc-472d-b622-3263e83260a2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:08.879137-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 215",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 215",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e2b1106-be36-4e7f-89fd-71e61107e6d3",
            "gambit_id": "ce4d97f1-b8e2-4974-9588-a909512650d0",
            "last_updated": "2023-04-10T14:52:06.614216-04:00",
            "created_at": "2023-04-09T09:27:08.881123-04:00",
            "name": "Game Total Under 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f492fa2d-bbc1-4865-bfca-b829f89cc7ce/?format=api"
        },
        {
            "id": "c932bea8-dc09-4b54-9f82-ce00fdda09ba",
            "gambit_id": "f3565d28-f87f-467b-9ac5-66dd3333a8d8",
            "last_updated": "2023-04-10T14:52:06.617169-04:00",
            "created_at": "2023-04-09T09:27:08.883148-04:00",
            "name": "Game Total Over 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f492fa2d-bbc1-4865-bfca-b829f89cc7ce/?format=api"
        }
    ]
}