GET /api/bet_types/ebaf55d1-384a-4c1d-abcb-6cf788035926/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ebaf55d1-384a-4c1d-abcb-6cf788035926",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef19cba6-8656-437c-8906-3659f3fff783/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-09T11:07:13.016444-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 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2402c39e-5377-4b50-8c31-62e3abd91589",
            "gambit_id": "bbb51675-96b8-4986-878f-45a22b693aa2",
            "last_updated": "2023-05-10T16:02:12.808319-04:00",
            "created_at": "2023-05-09T11:07:13.020436-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebaf55d1-384a-4c1d-abcb-6cf788035926/?format=api"
        },
        {
            "id": "52c38b0f-7e19-4698-9373-3e8e3c2355f9",
            "gambit_id": "7de04a99-cfea-4a46-b02b-498ead2620f5",
            "last_updated": "2023-05-10T16:02:12.806544-04:00",
            "created_at": "2023-05-09T11:07:13.018456-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebaf55d1-384a-4c1d-abcb-6cf788035926/?format=api"
        }
    ]
}