GET /api/bet_types/81cd9e44-e512-423d-a3c1-5a946278aa9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81cd9e44-e512-423d-a3c1-5a946278aa9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a880eb6a-c3e6-452d-bb0b-492bac11d74d/?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": "Los Angeles Rams",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Falcons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "69f4f277-4cb6-4f7a-9322-d53905d7c60d",
            "gambit_id": "855dbc50-7b35-4e7f-97ee-c92187530587",
            "last_updated": "2022-09-19T10:21:54.651511-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Rams",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81cd9e44-e512-423d-a3c1-5a946278aa9e/?format=api"
        },
        {
            "id": "294261a4-4c01-4ccd-9f37-52e07adf60b3",
            "gambit_id": "6a7fead0-839f-4aaf-8ccb-6ec33c370bf8",
            "last_updated": "2022-09-19T10:21:54.652627-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Falcons",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81cd9e44-e512-423d-a3c1-5a946278aa9e/?format=api"
        }
    ]
}