GET /api/bet_types/46cad998-a907-4674-a9af-3a811317eb5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46cad998-a907-4674-a9af-3a811317eb5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb2999ad-22e0-4015-b2f2-8deb57a852d3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-22T11:27:14.267421-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",
                "amount": 5214.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5ee5f75-c1e0-4ceb-a2a8-0ecc21765772",
            "gambit_id": "abf55180-ba9c-4fa0-948d-1f3b9afceeeb",
            "last_updated": "2023-05-25T13:47:07.832523-04:00",
            "created_at": "2023-05-22T11:27:14.269148-04:00",
            "name": "Game Total Under 9",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46cad998-a907-4674-a9af-3a811317eb5e/?format=api"
        },
        {
            "id": "8305e2db-4504-4ff9-9fc1-d07a73dc200c",
            "gambit_id": "d9dcd13e-dfa5-400a-b449-77def48a41cb",
            "last_updated": "2023-05-25T13:47:07.835032-04:00",
            "created_at": "2023-05-22T11:27:14.270790-04:00",
            "name": "Game Total Over 9",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46cad998-a907-4674-a9af-3a811317eb5e/?format=api"
        }
    ]
}