GET /api/bet_types/240d5866-2727-4609-9844-8dfef90382fe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "240d5866-2727-4609-9844-8dfef90382fe",
    "match": "https://api-prod.gambitprofit.com/api/matches/d37dbf78-d64e-439e-8d28-9c74ae90634d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-02T14:41:59.727076-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 6",
                "amount": 5196.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4804.0
            }
        ],
        "expected_reward_tokens": 8935.44,
        "profit_sb": -64.56,
        "profit_sb_percentage": -0.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1035670-6542-422e-95e5-a5fba37d251f",
            "gambit_id": "79f7ef9c-ffaa-474b-926c-bae613406d2f",
            "last_updated": "2023-01-03T11:01:48.636994-05:00",
            "created_at": "2023-01-02T14:41:59.730116-05:00",
            "name": "Game Total Over 6",
            "reward": "1.72000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240d5866-2727-4609-9844-8dfef90382fe/?format=api"
        },
        {
            "id": "34a79bf7-71f0-4f16-a0c6-bd4fd963e74b",
            "gambit_id": "f9ebd8a2-3477-4fa2-9786-3608e6915aa2",
            "last_updated": "2023-01-03T11:01:48.635888-05:00",
            "created_at": "2023-01-02T14:41:59.728714-05:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240d5866-2727-4609-9844-8dfef90382fe/?format=api"
        }
    ]
}