GET /api/bet_types/86a49d6b-7406-4d7b-a323-0288a12aabb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86a49d6b-7406-4d7b-a323-0288a12aabb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/21750ad5-3d79-4fae-8531-f3378329f8c4/?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 52",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 52",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "987ccf5f-62aa-46a6-97b7-0e5991095835",
            "gambit_id": "41a518dc-c36b-48c1-b964-fbbf23be22d7",
            "last_updated": "2022-08-28T11:27:16.822926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 52",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86a49d6b-7406-4d7b-a323-0288a12aabb7/?format=api"
        },
        {
            "id": "7f52476e-fb5b-4795-b3b6-254338f93a97",
            "gambit_id": "4ebed322-831a-46b8-9a3c-381d0396fadd",
            "last_updated": "2022-08-28T11:27:16.822427-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 52",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86a49d6b-7406-4d7b-a323-0288a12aabb7/?format=api"
        }
    ]
}