GET /api/bet_types/59f5ed76-7d10-47e7-a3f2-6ffbfb881b1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59f5ed76-7d10-47e7-a3f2-6ffbfb881b1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b64b336b-66d0-4ac3-a660-aed88a613710/?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 7.5",
                "amount": 5205.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "e0da99ee-c523-4df2-b980-0b4193f85fda",
            "gambit_id": "2b1890b3-e9c2-41bb-8eed-44107cce22ef",
            "last_updated": "2022-08-24T10:12:03.517926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59f5ed76-7d10-47e7-a3f2-6ffbfb881b1f/?format=api"
        },
        {
            "id": "0cac1f50-3c59-4958-b173-f209466b7cfb",
            "gambit_id": "bc60ce7e-b11a-4fae-bf69-459308d8e248",
            "last_updated": "2022-08-24T10:12:03.518410-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59f5ed76-7d10-47e7-a3f2-6ffbfb881b1f/?format=api"
        }
    ]
}