GET /api/bet_types/94a92150-a213-4dab-b083-b6310776b9ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94a92150-a213-4dab-b083-b6310776b9ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/49380a3c-e293-4398-a20e-278a371409c8/?format=api",
    "name": "Play the Odds",
    "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": "Florida Atlantic",
                "amount": 5000.0
            },
            {
                "team": "Purdue",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "8686fdad-7a0f-4fda-a1a0-1b7c09cf5898",
            "gambit_id": "fcb4d725-eebc-439e-87ea-816fe894f6d1",
            "last_updated": "2022-09-25T21:22:20.663856-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94a92150-a213-4dab-b083-b6310776b9ba/?format=api"
        },
        {
            "id": "8e4b99b9-59f8-4f10-806a-ad6fb0f87597",
            "gambit_id": "c192f752-35b9-4d43-9e41-132e80634bc0",
            "last_updated": "2022-09-25T21:22:20.662865-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Purdue",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-16.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94a92150-a213-4dab-b083-b6310776b9ba/?format=api"
        }
    ]
}