GET /api/bet_types/7d7c0479-04c5-4a2e-b851-a8d7376e01b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d7c0479-04c5-4a2e-b851-a8d7376e01b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/7240a016-5009-4b2e-af9f-730c80c27d44/?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 Over 7.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "25755c51-8331-4b3e-a446-8200f1496db6",
            "gambit_id": "33013da3-3d2b-4357-9899-a448dee8c9aa",
            "last_updated": "2022-08-27T12:42:01.853467-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d7c0479-04c5-4a2e-b851-a8d7376e01b6/?format=api"
        },
        {
            "id": "ecfd44d5-14cd-43f2-a514-3fdc3b1b0a75",
            "gambit_id": "05d5cc5d-d150-4ff7-92be-76334db76b7e",
            "last_updated": "2022-08-27T12:42:01.852939-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d7c0479-04c5-4a2e-b851-a8d7376e01b6/?format=api"
        }
    ]
}