GET /api/bet_types/238501c2-649b-47f4-a60e-f55f804c15f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "238501c2-649b-47f4-a60e-f55f804c15f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdbf7180-2dfd-4598-8af5-82a43003d268/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 35.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 35.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3f3926f-505e-42b0-8feb-da99030f6e60",
            "gambit_id": "0f0d97b7-8bfe-4c5b-90ec-ee83798c3fe7",
            "last_updated": "2022-08-13T11:02:04.643585-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 35.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "35.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/238501c2-649b-47f4-a60e-f55f804c15f7/?format=api"
        },
        {
            "id": "cb571e35-17e6-4556-b942-2e0ee46777a8",
            "gambit_id": "7d1023e9-698f-4738-a09d-e68a1ff766b9",
            "last_updated": "2022-08-13T11:02:04.643068-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 35.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "35.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/238501c2-649b-47f4-a60e-f55f804c15f7/?format=api"
        }
    ]
}