GET /api/bet_types/919f2d21-b340-4b80-8b27-9e99c17d7a4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "919f2d21-b340-4b80-8b27-9e99c17d7a4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5277136d-4423-4017-9f72-6952e3cf42df/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-22T09:13:18.852378-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 37.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 37.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3f6c283-f755-401e-93f6-460849911048",
            "gambit_id": "361e67b3-dbc7-445c-b6d6-cc54e68bb09c",
            "last_updated": "2023-11-27T20:13:15.833748-05:00",
            "created_at": "2023-11-22T09:13:18.855804-05:00",
            "name": "Game Total Over 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/919f2d21-b340-4b80-8b27-9e99c17d7a4b/?format=api"
        },
        {
            "id": "c0464e03-665b-49e5-a76a-03ea5aa86e1f",
            "gambit_id": "c033c5f2-b0e6-497b-99a8-a980dab117a5",
            "last_updated": "2023-11-27T20:13:15.837004-05:00",
            "created_at": "2023-11-22T09:13:18.859757-05:00",
            "name": "Game Total Under 37.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/919f2d21-b340-4b80-8b27-9e99c17d7a4b/?format=api"
        }
    ]
}