GET /api/bet_types/1692aa92-0447-433c-9ed4-a42c7223b7a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1692aa92-0447-433c-9ed4-a42c7223b7a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f338f06-b744-466a-856a-8734401ad4b8/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-26T15:02:21.352818-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 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "869aa23a-1ebc-4877-943c-90b87f9bb61c",
            "gambit_id": "327bcc54-dd18-4cee-b1b7-61f5994e19fe",
            "last_updated": "2023-01-27T10:17:15.254391-05:00",
            "created_at": "2023-01-26T15:02:21.355641-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1692aa92-0447-433c-9ed4-a42c7223b7a4/?format=api"
        },
        {
            "id": "e98f687d-a650-40f5-98d8-e618f1ad9f73",
            "gambit_id": "247cd7db-84be-4bad-a01e-922d5704bdfd",
            "last_updated": "2023-01-27T10:17:15.253127-05:00",
            "created_at": "2023-01-26T15:02:21.354133-05:00",
            "name": "Game Total Under 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1692aa92-0447-433c-9ed4-a42c7223b7a4/?format=api"
        }
    ]
}