GET /api/bet_types/17f72fae-6e4a-4081-af7a-6ddda2c1bb62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17f72fae-6e4a-4081-af7a-6ddda2c1bb62",
    "match": "https://api-prod.gambitprofit.com/api/matches/b90f9ccd-ba54-40da-8636-f774afe11f9a/?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": "Oregon",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "06a58838-879e-4cf7-aada-bafbaadc84dc",
            "gambit_id": "401cb04d-c9a9-49ad-a054-503a887005fe",
            "last_updated": "2022-10-11T11:37:05.294564-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17f72fae-6e4a-4081-af7a-6ddda2c1bb62/?format=api"
        },
        {
            "id": "e342fd95-b3b9-4fa1-a350-029ffee6a4c0",
            "gambit_id": "812f77be-25c5-4330-aeff-ebc3bffad6af",
            "last_updated": "2022-10-11T11:37:05.295490-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17f72fae-6e4a-4081-af7a-6ddda2c1bb62/?format=api"
        }
    ]
}