GET /api/bet_types/76511f28-ed5b-4afe-8d02-8234aee83fbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76511f28-ed5b-4afe-8d02-8234aee83fbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/956c2dbd-ded9-4e7b-9195-a22db270efa2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:10.402341-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": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6c030e6f-9f5a-4887-b2fc-cfba223376d9",
            "gambit_id": "77fd38f5-98f5-42a8-b0a1-4e28364b9219",
            "last_updated": "2023-04-10T14:32:00.787137-04:00",
            "created_at": "2023-04-09T09:27:10.405613-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76511f28-ed5b-4afe-8d02-8234aee83fbe/?format=api"
        },
        {
            "id": "48204602-c794-404e-9e66-4a78510d5095",
            "gambit_id": "311ef033-6b6e-4d37-832e-a0498a68391f",
            "last_updated": "2023-04-10T14:32:00.789539-04:00",
            "created_at": "2023-04-09T09:27:10.409133-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76511f28-ed5b-4afe-8d02-8234aee83fbe/?format=api"
        }
    ]
}