GET /api/bet_types/a68e09e9-5b4f-47f6-ad1c-ee70ddc8e097/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a68e09e9-5b4f-47f6-ad1c-ee70ddc8e097",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbc94b78-50ab-4f58-bdc0-6bec9775ff5e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-14T05:58:09.308463-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 Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a6500d5-e81b-4516-829e-43696696c306",
            "gambit_id": "e4d0a609-24b9-4dbc-9e56-b1e8f62400cf",
            "last_updated": "2023-06-15T23:23:32.209770-04:00",
            "created_at": "2023-06-14T05:58:09.311456-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a68e09e9-5b4f-47f6-ad1c-ee70ddc8e097/?format=api"
        },
        {
            "id": "06cdaee5-dc84-4953-873d-b04d3a1ecde3",
            "gambit_id": "00b761b1-c55f-4b81-8a4a-dab0542dfe99",
            "last_updated": "2023-06-15T23:23:32.208362-04:00",
            "created_at": "2023-06-14T05:58:09.314251-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a68e09e9-5b4f-47f6-ad1c-ee70ddc8e097/?format=api"
        }
    ]
}