GET /api/bet_types/8d475740-8f29-4695-bc4e-8d513ebdcb57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d475740-8f29-4695-bc4e-8d513ebdcb57",
    "match": "https://api-prod.gambitprofit.com/api/matches/72a763f1-162e-4f9c-9824-5c40b024d703/?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 Under 8",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "7f9d0d8d-6ee4-40d7-b071-a4a73d023876",
            "gambit_id": "c19a59b0-4363-408e-9b95-ee704c97b058",
            "last_updated": "2022-09-03T18:52:29.217813-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d475740-8f29-4695-bc4e-8d513ebdcb57/?format=api"
        },
        {
            "id": "bd3d3d24-856e-4adf-9735-74825b980b1e",
            "gambit_id": "683e3a77-8231-4f7a-acf5-fadfa636181f",
            "last_updated": "2022-09-03T18:52:29.219019-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d475740-8f29-4695-bc4e-8d513ebdcb57/?format=api"
        }
    ]
}