GET /api/bet_types/33d8d47d-417f-47a9-a301-59a2fdb35543/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33d8d47d-417f-47a9-a301-59a2fdb35543",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a0c0d8e-8efa-46a3-b473-e18413dc6244/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-27T08:57:16.443937-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": "Nashville Predators",
                "amount": 6575.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3425.0
            }
        ],
        "expected_reward_tokens": 9007.75,
        "profit_sb": 7.75,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "bd42ed45-4f50-4869-8727-49fad37fda0f",
            "gambit_id": "cbbe0e3d-5915-4672-90a1-b3ac260acf6f",
            "last_updated": "2022-12-28T21:47:14.992704-05:00",
            "created_at": "2022-12-27T08:57:16.445119-05:00",
            "name": "Nashville Predators",
            "reward": "1.37000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33d8d47d-417f-47a9-a301-59a2fdb35543/?format=api"
        },
        {
            "id": "8ac028ab-27b7-4dc3-a9fa-2e9c63c89d26",
            "gambit_id": "29a8735d-42ef-411b-85ce-9968b016d92a",
            "last_updated": "2022-12-28T21:47:14.993763-05:00",
            "created_at": "2022-12-27T08:57:16.446323-05:00",
            "name": "Dallas Stars",
            "reward": "2.63000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33d8d47d-417f-47a9-a301-59a2fdb35543/?format=api"
        }
    ]
}