GET /api/bet_types/7a638e21-230f-48e7-9420-a046e3edfc99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a638e21-230f-48e7-9420-a046e3edfc99",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3677557-949d-423d-be60-f938916e5de3/?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 Over 2.5",
                "amount": 6016.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3984.0
            }
        ],
        "expected_reward_tokens": 8963.84,
        "profit_sb": -36.16,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "f618e42b-2eaf-4fbc-9255-84ad744f6308",
            "gambit_id": "b9d8eb97-1e56-42f3-b6c8-6fc11191887f",
            "last_updated": "2022-09-19T10:07:24.687131-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.49000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a638e21-230f-48e7-9420-a046e3edfc99/?format=api"
        },
        {
            "id": "8d734fc5-bd25-4424-a5b9-3aefbe58ce24",
            "gambit_id": "55803de8-228e-4c6f-93f3-862cfe0b47de",
            "last_updated": "2022-09-19T10:07:24.686121-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.25000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a638e21-230f-48e7-9420-a046e3edfc99/?format=api"
        }
    ]
}