GET /api/bet_types/e0be5199-9219-4ae3-8d9d-a2ae52da3ac6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e0be5199-9219-4ae3-8d9d-a2ae52da3ac6",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd612ecc-fb40-4fd6-bcb9-a084b263c20b/?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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d81bbe1-4b86-440f-88de-04a396847978",
            "gambit_id": "e9cf0385-321d-4e94-a0c2-521b076c34ac",
            "last_updated": "2022-10-27T11:57:06.272831-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0be5199-9219-4ae3-8d9d-a2ae52da3ac6/?format=api"
        },
        {
            "id": "70a66a46-6308-4db3-9754-641ce9c20d48",
            "gambit_id": "520cce63-4f16-48b4-8046-f4e7e1a11725",
            "last_updated": "2022-10-27T11:57:06.271677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e0be5199-9219-4ae3-8d9d-a2ae52da3ac6/?format=api"
        }
    ]
}