GET /api/bet_types/23e4ded1-88ab-46de-8378-4c0e58c76959/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23e4ded1-88ab-46de-8378-4c0e58c76959",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfa448ea-d45f-4378-b29d-cd2605b35796/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:33:06.024971-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 Over 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e5d04c9-3ffb-4abb-9269-b42c43134240",
            "gambit_id": "82120f49-25f7-449a-b6f5-616f16b44a19",
            "last_updated": "2023-09-21T20:38:15.166050-04:00",
            "created_at": "2023-09-14T09:33:06.029381-04:00",
            "name": "Game Total Over 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e4ded1-88ab-46de-8378-4c0e58c76959/?format=api"
        },
        {
            "id": "8fb1e453-4c7d-4bd8-b70f-6f74aa840d92",
            "gambit_id": "583b3356-b2dd-4482-afdb-c1dd1ce351a4",
            "last_updated": "2023-09-21T20:38:15.169566-04:00",
            "created_at": "2023-09-14T09:33:06.033301-04:00",
            "name": "Game Total Under 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23e4ded1-88ab-46de-8378-4c0e58c76959/?format=api"
        }
    ]
}