GET /api/bet_types/928c9970-d231-4c6c-a191-dee6fe7d6ca4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "928c9970-d231-4c6c-a191-dee6fe7d6ca4",
    "match": "https://api-prod.gambitprofit.com/api/matches/8181b3a7-e027-459d-b4cb-626121db2099/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-18T09:13:02.780928-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 52",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 52",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "57520aa8-b83d-41f8-86ff-68e0868ee962",
            "gambit_id": "da4fa56a-d291-4a89-ba28-a76cca527608",
            "last_updated": "2023-10-23T13:28:23.054457-04:00",
            "created_at": "2023-10-18T09:13:02.784695-04:00",
            "name": "Game Total Over 52",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928c9970-d231-4c6c-a191-dee6fe7d6ca4/?format=api"
        },
        {
            "id": "31a9cfb5-75b3-4fd1-a6da-797b63f4773c",
            "gambit_id": "6d037691-0b26-4c4c-8067-578fbd4427a4",
            "last_updated": "2023-10-23T13:28:23.057986-04:00",
            "created_at": "2023-10-18T09:13:02.790173-04:00",
            "name": "Game Total Under 52",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "52.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928c9970-d231-4c6c-a191-dee6fe7d6ca4/?format=api"
        }
    ]
}