GET /api/bet_types/a3805ad7-5ed3-43fc-a5e0-118c07b0a72b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3805ad7-5ed3-43fc-a5e0-118c07b0a72b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f3352bd-8ead-4cb1-b6fe-1c5f22cf8c0d/?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 66.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 66.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "523e47f4-e1da-467a-91d2-f1a7f199a591",
            "gambit_id": "f254c192-dcf4-43ee-8247-03170d529911",
            "last_updated": "2022-10-11T10:52:30.552329-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 66.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "66.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3805ad7-5ed3-43fc-a5e0-118c07b0a72b/?format=api"
        },
        {
            "id": "9c2c82d2-076a-493a-becc-fb356f8998f7",
            "gambit_id": "60b2ee7c-7d50-4dbc-af9c-16a6dde34bd6",
            "last_updated": "2022-10-11T10:52:30.553477-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 66.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "66.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3805ad7-5ed3-43fc-a5e0-118c07b0a72b/?format=api"
        }
    ]
}