GET /api/bet_types/d7ab8567-6426-4750-b56e-4583ffef63d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7ab8567-6426-4750-b56e-4583ffef63d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a2ca328-52c7-4f10-b706-ea47979d9c78/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-02T09:33:14.766466-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d23efd2e-c18c-47e7-b75f-b3d25d404ea9",
            "gambit_id": "5f76f9b5-a4a6-46cb-8dcf-3611173b5cc5",
            "last_updated": "2023-09-04T12:53:27.746325-04:00",
            "created_at": "2023-09-02T09:33:14.775324-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7ab8567-6426-4750-b56e-4583ffef63d8/?format=api"
        },
        {
            "id": "f82775a4-7c3c-4b47-94b1-4f7f7179448b",
            "gambit_id": "3c1e6efc-b0b0-415f-a5eb-25301f6b2dc0",
            "last_updated": "2023-09-04T12:53:27.742820-04:00",
            "created_at": "2023-09-02T09:33:14.771576-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7ab8567-6426-4750-b56e-4583ffef63d8/?format=api"
        }
    ]
}