GET /api/bet_types/282d4397-0aab-45ea-a228-ebf9bfe805f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "282d4397-0aab-45ea-a228-ebf9bfe805f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9c99830-7276-42af-ad6b-f05ea149e8b9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T09:02:17.362035-04: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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "53b36766-9c6b-4ca7-ba80-16e23144188d",
            "gambit_id": "7e7a7799-f49e-4bbf-a77f-67bdf538ec0f",
            "last_updated": "2023-04-12T10:01:57.347155-04:00",
            "created_at": "2023-04-11T09:02:17.364671-04:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/282d4397-0aab-45ea-a228-ebf9bfe805f4/?format=api"
        },
        {
            "id": "cf07976a-093f-4beb-b23b-3ba10f79982a",
            "gambit_id": "5ff51ff0-fa4c-4595-8e53-bccb99e3a502",
            "last_updated": "2023-04-12T10:01:57.349845-04:00",
            "created_at": "2023-04-11T09:02:17.367479-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/282d4397-0aab-45ea-a228-ebf9bfe805f4/?format=api"
        }
    ]
}