GET /api/bet_types/48309429-78e8-4126-986e-1568a997faec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48309429-78e8-4126-986e-1568a997faec",
    "match": "https://api-prod.gambitprofit.com/api/matches/917df621-6f68-4a23-8b3c-fa3f284ea9e3/?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": "Arizona",
                "amount": 5000.0
            },
            {
                "team": "USC",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ce68519-16ce-477b-a1da-a6b0341d002e",
            "gambit_id": "2bf21894-71dc-4f76-aeae-afb903b10013",
            "last_updated": "2022-10-31T10:22:23.355999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48309429-78e8-4126-986e-1568a997faec/?format=api"
        },
        {
            "id": "b55c7c1f-55d6-4bda-a643-0bc3dc0ff21c",
            "gambit_id": "8d90d011-bc42-4105-9839-ce89d3a80fed",
            "last_updated": "2022-10-31T10:22:23.357045-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48309429-78e8-4126-986e-1568a997faec/?format=api"
        }
    ]
}