GET /api/bet_types/16e9e33b-f691-46a7-8802-944c58b89130/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16e9e33b-f691-46a7-8802-944c58b89130",
    "match": "https://api-prod.gambitprofit.com/api/matches/51ff2c20-16e9-4b0a-8080-dfc7f3a7dd89/?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 Over 6.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "63672f6d-6f71-4b0b-be3f-9f85d05691c9",
            "gambit_id": "ce85968c-3729-4f53-b52b-c84f4375cbaa",
            "last_updated": "2022-10-28T10:02:06.159634-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16e9e33b-f691-46a7-8802-944c58b89130/?format=api"
        },
        {
            "id": "273be46d-1472-41d3-b54a-3ebf194d0f84",
            "gambit_id": "39053222-28b3-4164-b128-c6536a47840e",
            "last_updated": "2022-10-28T10:02:06.158188-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16e9e33b-f691-46a7-8802-944c58b89130/?format=api"
        }
    ]
}