GET /api/bet_types/6d655145-398d-4387-801f-9e785f3d9f29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d655145-398d-4387-801f-9e785f3d9f29",
    "match": "https://api-prod.gambitprofit.com/api/matches/1622e242-705f-41dc-8266-cd5a70afc738/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T11:22:21.688241-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": "9b05e2ea-bb92-4194-b1d9-3b5e5e3b4dcd",
            "gambit_id": "46a11cc8-3b52-495c-9c58-d9093771fcf6",
            "last_updated": "2023-04-30T12:47:17.741219-04:00",
            "created_at": "2023-04-28T11:22:21.691086-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/6d655145-398d-4387-801f-9e785f3d9f29/?format=api"
        },
        {
            "id": "eec37cfe-63ed-4408-95f6-0e432e03edc8",
            "gambit_id": "228dca81-8cb4-448c-aab5-056077528ce8",
            "last_updated": "2023-04-30T12:47:17.739460-04:00",
            "created_at": "2023-04-28T11:22:21.689614-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/6d655145-398d-4387-801f-9e785f3d9f29/?format=api"
        }
    ]
}