GET /api/bet_types/623c0ae4-23d3-4e4d-b26b-9bf2b0eee1c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "623c0ae4-23d3-4e4d-b26b-9bf2b0eee1c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/67049b03-48a4-4a60-aad7-65edf497066e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-14T09:58:11.059321-04: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 45.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 45.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f56ac81c-7496-4405-9f7f-265b98c8f354",
            "gambit_id": "85b66cfd-13be-4d88-958e-13c6cf3568e2",
            "last_updated": "2023-09-18T15:48:22.834391-04:00",
            "created_at": "2023-09-14T09:58:11.063463-04:00",
            "name": "Game Total Over 45.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/623c0ae4-23d3-4e4d-b26b-9bf2b0eee1c4/?format=api"
        },
        {
            "id": "a88d7298-dd60-4b0b-a67c-2d1185f9292e",
            "gambit_id": "21e98595-395c-4413-b008-28a2c73a2ba9",
            "last_updated": "2023-09-18T15:48:22.848924-04:00",
            "created_at": "2023-09-14T09:58:11.067442-04:00",
            "name": "Game Total Under 45.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/623c0ae4-23d3-4e4d-b26b-9bf2b0eee1c4/?format=api"
        }
    ]
}