GET /api/bet_types/ac3b4ea6-2aff-4ac2-86fa-d5d3890a4947/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac3b4ea6-2aff-4ac2-86fa-d5d3890a4947",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6ec8ac4-03ab-48e3-a1f8-1ee9a463a5c8/?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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ba15e75-db18-40b0-be8c-ec417f0d2903",
            "gambit_id": "377d7de8-d6b2-4fb8-b9fa-9e4882bbdd45",
            "last_updated": "2022-12-08T13:02:16.525329-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac3b4ea6-2aff-4ac2-86fa-d5d3890a4947/?format=api"
        },
        {
            "id": "3b9bfd23-1a31-4930-bf54-998d0e908edf",
            "gambit_id": "c75bb21e-4df2-4a2b-b041-b1c744c6d5b1",
            "last_updated": "2022-12-08T13:02:16.524312-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac3b4ea6-2aff-4ac2-86fa-d5d3890a4947/?format=api"
        }
    ]
}