GET /api/bet_types/72ae2f3b-342f-4402-b647-d7e90c109d49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72ae2f3b-342f-4402-b647-d7e90c109d49",
    "match": "https://api-prod.gambitprofit.com/api/matches/29a4680c-e9e1-44cb-9ca4-f97a57c5493c/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-03T08:48:00.546995-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 Under 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "250122a4-55e6-437b-be32-10e7abee74f0",
            "gambit_id": "ebfb11ec-fb5f-4dad-8a9c-234b4e77aa77",
            "last_updated": "2024-02-05T14:23:22.055424-05:00",
            "created_at": "2024-02-03T08:48:00.551700-05:00",
            "name": "Game Total Under 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72ae2f3b-342f-4402-b647-d7e90c109d49/?format=api"
        },
        {
            "id": "73e5e570-fc8b-46da-af3c-a201bacdc9b7",
            "gambit_id": "bd1f74cc-306a-4dd9-a60e-40992c11e93e",
            "last_updated": "2024-02-05T14:23:22.058570-05:00",
            "created_at": "2024-02-03T08:48:00.568372-05:00",
            "name": "Game Total Over 232",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72ae2f3b-342f-4402-b647-d7e90c109d49/?format=api"
        }
    ]
}