GET /api/bet_types/3683cfa4-efb3-4490-980e-8ae6f06c51e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3683cfa4-efb3-4490-980e-8ae6f06c51e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3188cdf-d39f-448c-9831-74badcb92929/?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 Under 7.5",
                "amount": 5204.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "414cf4dd-e38d-4f09-a4b5-299a6d7486b0",
            "gambit_id": "e1f8b41b-195e-4473-bab2-64602d8c5dec",
            "last_updated": "2022-08-10T10:06:57.499365-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3683cfa4-efb3-4490-980e-8ae6f06c51e1/?format=api"
        },
        {
            "id": "b67663d5-8e3b-4233-9284-0b8d6d71aee5",
            "gambit_id": "d0c9f83b-7fb1-4b6c-9eff-c1cdd9a7f056",
            "last_updated": "2022-08-10T10:06:57.499870-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3683cfa4-efb3-4490-980e-8ae6f06c51e1/?format=api"
        }
    ]
}