GET /api/bet_types/9eae8b22-b21a-4ba8-aeff-ba5dcddf41a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9eae8b22-b21a-4ba8-aeff-ba5dcddf41a7",
    "match": "https://api-prod.gambitprofit.com/api/matches/76a84608-d11b-4972-97cd-9899998c3f2a/?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": "Minnesota Timberwolves",
                "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": "552fa80f-5b96-486d-b673-6109e8cb84d7",
            "gambit_id": "f29f7d24-f588-4508-b659-6fd054f5412b",
            "last_updated": "2022-11-05T09:28:20.086478-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eae8b22-b21a-4ba8-aeff-ba5dcddf41a7/?format=api"
        },
        {
            "id": "672f26d5-0bd2-4bfe-aab5-780c9c5964f7",
            "gambit_id": "cb50f84d-a6bf-4a17-a412-4aa8dc7c08fa",
            "last_updated": "2022-11-05T09:28:20.087442-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9eae8b22-b21a-4ba8-aeff-ba5dcddf41a7/?format=api"
        }
    ]
}