GET /api/bet_types/3ed3d9d8-00a1-4e95-b84b-f4c27be11b0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ed3d9d8-00a1-4e95-b84b-f4c27be11b0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6810c711-5122-44a7-a45e-2f911508ece7/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-06T09:08:08.337410-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": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "41a68ed3-f77c-407d-a094-62013e2d410f",
            "gambit_id": "aab50f4d-069e-47f1-a7cb-4e5e2fc3bf80",
            "last_updated": "2024-02-07T01:53:02.113124-05:00",
            "created_at": "2024-02-06T09:08:08.341265-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ed3d9d8-00a1-4e95-b84b-f4c27be11b0a/?format=api"
        },
        {
            "id": "92e86e17-c515-49d6-a971-a105d1b60de3",
            "gambit_id": "0141e46f-5a05-49b9-ad28-5f832fbdb19e",
            "last_updated": "2024-02-07T01:53:02.117749-05:00",
            "created_at": "2024-02-06T09:08:08.347914-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ed3d9d8-00a1-4e95-b84b-f4c27be11b0a/?format=api"
        }
    ]
}