GET /api/bet_types/8de3c4e6-4d7a-4b55-a5a4-eda84fbde71a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8de3c4e6-4d7a-4b55-a5a4-eda84fbde71a",
    "match": "https://api-prod.gambitprofit.com/api/matches/755b08c0-6dfe-4ab6-9ce8-6e70881bd4a9/?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 6.5",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "70dca972-c3b9-4060-bb93-57fd0bfb07ab",
            "gambit_id": "85526c2f-f5c8-4b63-8675-87038603be64",
            "last_updated": "2022-11-05T09:47:57.586570-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8de3c4e6-4d7a-4b55-a5a4-eda84fbde71a/?format=api"
        },
        {
            "id": "a6b90a78-9af9-4da0-8309-8f664358fdcd",
            "gambit_id": "67b425f4-4384-4007-a048-4b813a0b75a7",
            "last_updated": "2022-11-05T09:47:57.587678-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8de3c4e6-4d7a-4b55-a5a4-eda84fbde71a/?format=api"
        }
    ]
}