GET /api/bet_types/66860803-309b-4bc2-b8c1-d67f6b06c6e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66860803-309b-4bc2-b8c1-d67f6b06c6e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/f241a482-6abd-4109-b59c-67be6bc14573/?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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a9a1731d-3708-4a78-af2d-4b7f72c45263",
            "gambit_id": "7429e246-b0bf-415c-a4d6-29f218a53819",
            "last_updated": "2022-10-24T10:02:10.875623-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66860803-309b-4bc2-b8c1-d67f6b06c6e7/?format=api"
        },
        {
            "id": "989877a7-4d50-453f-9a14-38fba0ccb944",
            "gambit_id": "134d3a34-8b76-407c-bbf7-74a410652cca",
            "last_updated": "2022-10-24T10:02:10.876573-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66860803-309b-4bc2-b8c1-d67f6b06c6e7/?format=api"
        }
    ]
}