GET /api/bet_types/51327b6d-4a06-45fb-b782-3753efada4c5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51327b6d-4a06-45fb-b782-3753efada4c5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4728ae96-0ac2-407c-8876-4f9a11ec12b7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:18:00.940864-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 213",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 213",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0b4a534-9d26-41b2-9c55-5cd117ec8969",
            "gambit_id": "bd0cfac0-856e-4646-b20a-355bafe834b2",
            "last_updated": "2023-12-26T15:13:20.068339-05:00",
            "created_at": "2023-12-23T09:18:00.948837-05:00",
            "name": "Game Total Under 213",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "213.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51327b6d-4a06-45fb-b782-3753efada4c5/?format=api"
        },
        {
            "id": "e0d800c5-83e0-430e-bead-11ba0b2f7ca9",
            "gambit_id": "8d339e5a-732d-42bb-8a7d-62b5cd462e57",
            "last_updated": "2023-12-26T15:13:20.071663-05:00",
            "created_at": "2023-12-23T09:18:00.944443-05:00",
            "name": "Game Total Over 213",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "213.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51327b6d-4a06-45fb-b782-3753efada4c5/?format=api"
        }
    ]
}