GET /api/bet_types/a0e51e72-b3f2-4497-ab4a-7e534d4590d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0e51e72-b3f2-4497-ab4a-7e534d4590d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/dfbb315b-130b-4050-b9e8-369868bf05b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-30T08:18:13.801941-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "56fbdfe5-a761-4d1a-9131-0cd86abe7289",
            "gambit_id": "df5cd717-1bd1-47ce-b62c-04b5159f20a5",
            "last_updated": "2023-08-31T19:28:23.987625-04:00",
            "created_at": "2023-08-30T08:18:13.812569-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0e51e72-b3f2-4497-ab4a-7e534d4590d9/?format=api"
        },
        {
            "id": "7e13cc9b-8a44-45a8-8c46-39c025c03016",
            "gambit_id": "58642bc5-44d8-4ebe-a68e-a0bf6d6f8694",
            "last_updated": "2023-08-31T19:28:23.982962-04:00",
            "created_at": "2023-08-30T08:18:13.808583-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0e51e72-b3f2-4497-ab4a-7e534d4590d9/?format=api"
        }
    ]
}