GET /api/bet_types/6f462b5b-5b2d-4187-9325-afe66a59e3b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f462b5b-5b2d-4187-9325-afe66a59e3b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bee6872-f9f3-48e0-92c7-b3ebf23238bd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-26T13:37:01.081582-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e986d9e6-976b-4fb1-afa9-302b9c467746",
            "gambit_id": "ee68cd9a-5755-45dc-a926-5dd2ce5d7e24",
            "last_updated": "2023-03-28T11:21:59.501327-04:00",
            "created_at": "2023-03-26T13:37:01.083797-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f462b5b-5b2d-4187-9325-afe66a59e3b5/?format=api"
        },
        {
            "id": "7b0222b2-0548-479e-a853-2279298797fc",
            "gambit_id": "17d774b5-2457-4199-b1f9-827507ff29fc",
            "last_updated": "2023-03-28T11:21:59.503882-04:00",
            "created_at": "2023-03-26T13:37:01.086521-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f462b5b-5b2d-4187-9325-afe66a59e3b5/?format=api"
        }
    ]
}