GET /api/bet_types/39fca2d6-9012-4195-bb8b-73d768d88c5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39fca2d6-9012-4195-bb8b-73d768d88c5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f12dcd7f-224f-4980-b41e-5cd8477ff4c0/?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 2.5",
                "amount": 6835.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3165.0
            }
        ],
        "expected_reward_tokens": 9020.25,
        "profit_sb": 20.25,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "4993d104-ba26-4bc6-b326-c07d812f8990",
            "gambit_id": "470a56c7-857f-48bf-9404-264cd094aa22",
            "last_updated": "2022-11-07T09:32:14.544736-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.32000",
            "odds": "1.36000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39fca2d6-9012-4195-bb8b-73d768d88c5a/?format=api"
        },
        {
            "id": "62a2d4f2-d34a-410e-b8c7-59e228181909",
            "gambit_id": "b5454424-2844-43cf-9b8a-adbcecfe355f",
            "last_updated": "2022-11-07T09:32:14.545899-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.85000",
            "odds": "3.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39fca2d6-9012-4195-bb8b-73d768d88c5a/?format=api"
        }
    ]
}