GET /api/bet_types/f935d782-0dad-4fb4-b534-9271bd77d9fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f935d782-0dad-4fb4-b534-9271bd77d9fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/d641ba9b-d628-4044-9fc7-6ff6427e9eae/?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": "Columbus Blue Jackets",
                "amount": 5000.0
            },
            {
                "team": "Carolina Hurricanes",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "0167220b-ce77-4315-b2c1-f08e6088205a",
            "gambit_id": "80307943-3106-465b-909b-f3b54c2ba48d",
            "last_updated": "2022-10-13T09:52:26.906744-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f935d782-0dad-4fb4-b534-9271bd77d9fc/?format=api"
        },
        {
            "id": "6013dbbb-0cdb-4feb-9651-e3a7f56ca9c1",
            "gambit_id": "a0ca0893-5398-48ca-a648-df6a80a48255",
            "last_updated": "2022-10-13T09:52:26.905773-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f935d782-0dad-4fb4-b534-9271bd77d9fc/?format=api"
        }
    ]
}