GET /api/bet_types/c4ed38b2-794d-4f2f-baab-623e86b77091/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4ed38b2-794d-4f2f-baab-623e86b77091",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fda8632-51ff-4711-9bfb-2840543f5edc/?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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f9617ea-7960-4f0d-915d-61a2b566ac22",
            "gambit_id": "5533ac68-2bfa-44c6-9f19-d0416a99aeee",
            "last_updated": "2022-11-03T09:38:35.277505-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ed38b2-794d-4f2f-baab-623e86b77091/?format=api"
        },
        {
            "id": "9e7c765a-a50f-4e76-94d4-bddd759df9d3",
            "gambit_id": "9687ef3d-7d93-4ea4-b2be-40d5e3383d64",
            "last_updated": "2022-11-03T09:38:35.278980-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4ed38b2-794d-4f2f-baab-623e86b77091/?format=api"
        }
    ]
}