GET /api/bet_types/148aee30-b9ae-4fb4-b998-cf6513130574/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "148aee30-b9ae-4fb4-b998-cf6513130574",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c88a530-ae3d-4648-80ea-02804c9311a7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-15T09:13:08.466459-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 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": "c728463d-aeca-4a6f-b783-9b3c1991aef3",
            "gambit_id": "704da8bd-f7cc-4e5b-8d7a-cd31d3933021",
            "last_updated": "2023-12-18T11:03:05.572378-05:00",
            "created_at": "2023-12-15T09:13:08.480789-05: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/148aee30-b9ae-4fb4-b998-cf6513130574/?format=api"
        },
        {
            "id": "04cc4017-7817-4de5-8f0f-1aa7669a750f",
            "gambit_id": "15e815e6-97c0-4ee3-8da5-e5d276b70a1a",
            "last_updated": "2023-12-18T11:03:05.568625-05:00",
            "created_at": "2023-12-15T09:13:08.473605-05: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/148aee30-b9ae-4fb4-b998-cf6513130574/?format=api"
        }
    ]
}