GET /api/bet_types/9cd69fa0-f21b-4f37-916f-27b2d86b2129/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cd69fa0-f21b-4f37-916f-27b2d86b2129",
    "match": "https://api-prod.gambitprofit.com/api/matches/2506f904-77ca-4689-9119-bcbb0b586ced/?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": 5571.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 8857.89,
        "profit_sb": -142.11,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b906ef3-04be-46a3-b4b0-b6008ae1ef30",
            "gambit_id": "727138bd-bdb6-4859-a524-431c494d96a4",
            "last_updated": "2022-08-21T12:57:15.227278-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.59000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cd69fa0-f21b-4f37-916f-27b2d86b2129/?format=api"
        },
        {
            "id": "dc048b86-356a-4e41-bb6e-ec90f0d6bcb4",
            "gambit_id": "b9b8e8b5-eabd-48d7-a6a2-a3c62c460420",
            "last_updated": "2022-08-21T12:57:15.227726-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cd69fa0-f21b-4f37-916f-27b2d86b2129/?format=api"
        }
    ]
}