GET /api/bet_types/3342f885-dc42-4fd8-804e-4b0486e921b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3342f885-dc42-4fd8-804e-4b0486e921b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b5e3b9f-0489-4963-902c-3148f01b3667/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:17:59.964189-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 245",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 245",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5151ff7f-2141-4c5b-b527-ec7d24567e40",
            "gambit_id": "fe1b07e1-b710-44a3-bef2-e43be8e9fd46",
            "last_updated": "2023-12-26T15:18:19.569428-05:00",
            "created_at": "2023-12-23T09:17:59.972801-05:00",
            "name": "Game Total Under 245",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3342f885-dc42-4fd8-804e-4b0486e921b7/?format=api"
        },
        {
            "id": "5f92b18d-db5c-4ac3-829c-2c50c109a5c2",
            "gambit_id": "78f2f7b9-7155-4bd0-8226-fc74b46271e5",
            "last_updated": "2023-12-26T15:18:19.565752-05:00",
            "created_at": "2023-12-23T09:17:59.968927-05:00",
            "name": "Game Total Over 245",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "245.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3342f885-dc42-4fd8-804e-4b0486e921b7/?format=api"
        }
    ]
}