GET /api/bet_types/916b576d-edcd-4de6-b63b-244428d3abec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "916b576d-edcd-4de6-b63b-244428d3abec",
    "match": "https://api-prod.gambitprofit.com/api/matches/18a320ae-b559-4a59-a74b-7e65ef51968c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-29T09:58:09.565891-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 252.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 252.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "20b6227b-0286-42ff-b429-51d4198f5a6f",
            "gambit_id": "c09fefb8-31e3-4b54-ac92-f93a8aeb4adc",
            "last_updated": "2023-12-30T21:43:26.197808-05:00",
            "created_at": "2023-12-29T09:58:09.579772-05:00",
            "name": "Game Total Over 252.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "252.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/916b576d-edcd-4de6-b63b-244428d3abec/?format=api"
        },
        {
            "id": "725f5acd-098b-44af-929e-b4a30f7ce729",
            "gambit_id": "ed877a4c-7943-4c24-8aff-7dfd1817e5a5",
            "last_updated": "2023-12-30T21:43:26.200937-05:00",
            "created_at": "2023-12-29T09:58:09.585888-05:00",
            "name": "Game Total Under 252.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "252.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/916b576d-edcd-4de6-b63b-244428d3abec/?format=api"
        }
    ]
}