GET /api/bet_types/f3614ca0-e2ff-4ee3-9a9d-1821aa133b0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3614ca0-e2ff-4ee3-9a9d-1821aa133b0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9aab14c-8907-4467-8fd1-99e2c3b12663/?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": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "7921f1e3-905c-47a1-a679-8ab9fb367ca7",
            "gambit_id": "4b573392-4b40-4260-be15-80dd8d52d174",
            "last_updated": "2022-12-22T10:32:28.947243-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3614ca0-e2ff-4ee3-9a9d-1821aa133b0b/?format=api"
        },
        {
            "id": "f18af8ac-1e9a-4e87-aeb4-adb70221a84d",
            "gambit_id": "8da86172-1f10-4a3f-8c39-05c988c81a49",
            "last_updated": "2022-12-22T10:32:28.948312-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3614ca0-e2ff-4ee3-9a9d-1821aa133b0b/?format=api"
        }
    ]
}