GET /api/bet_types/ebcc88f7-2c21-4276-9556-f2979e69076a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebcc88f7-2c21-4276-9556-f2979e69076a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e32d210c-0e97-4f01-bfb8-492225a72cc4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:48:08.276954-04: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 225",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 225",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "30014931-5561-490a-9aea-7d335c355c0d",
            "gambit_id": "751f78d0-a34b-41d7-b478-b7c4069f28db",
            "last_updated": "2023-11-06T09:58:04.730206-05:00",
            "created_at": "2023-11-04T09:48:08.284089-04:00",
            "name": "Game Total Under 225",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebcc88f7-2c21-4276-9556-f2979e69076a/?format=api"
        },
        {
            "id": "a3a039cd-a8b3-4bcc-a233-202e04a27447",
            "gambit_id": "427edd45-9e79-4287-98b7-6d468f83c362",
            "last_updated": "2023-11-06T09:58:04.733892-05:00",
            "created_at": "2023-11-04T09:48:08.280204-04:00",
            "name": "Game Total Over 225",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebcc88f7-2c21-4276-9556-f2979e69076a/?format=api"
        }
    ]
}