GET /api/bet_types/20cec5f0-a389-41e3-a20b-d401d1dafdff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20cec5f0-a389-41e3-a20b-d401d1dafdff",
    "match": "https://api-prod.gambitprofit.com/api/matches/21539b5a-20e0-4456-be7e-e9ea874fb7f3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-19T09:17:08.273764-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 7",
                "amount": 5421.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "caa01cbe-4297-4897-8eab-a0169e8123a0",
            "gambit_id": "861e2f64-d894-41d8-a34e-b681ae6ed550",
            "last_updated": "2023-03-20T11:37:00.855925-04:00",
            "created_at": "2023-03-19T09:17:08.275357-04:00",
            "name": "Game Total Under 7",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20cec5f0-a389-41e3-a20b-d401d1dafdff/?format=api"
        },
        {
            "id": "7ee53c0d-e401-4ae3-ba82-2d16537d5318",
            "gambit_id": "8c34f58f-3150-479b-96da-23221b2267c2",
            "last_updated": "2023-03-20T11:37:00.858148-04:00",
            "created_at": "2023-03-19T09:17:08.277246-04:00",
            "name": "Game Total Over 7",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20cec5f0-a389-41e3-a20b-d401d1dafdff/?format=api"
        }
    ]
}