GET /api/bet_types/888860e2-d5c8-48a5-a83b-078ffb57e359/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "888860e2-d5c8-48a5-a83b-078ffb57e359",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c50baca-0731-4b73-b662-418e7f836748/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-31T17:57:07.091783-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": 5591.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4409.0
            }
        ],
        "expected_reward_tokens": 9391.17,
        "profit_sb": -108.83,
        "profit_sb_percentage": -1.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "e28bd468-c557-42b5-b00a-36afdab259b4",
            "gambit_id": "52e6ea28-19b1-4cac-b0d6-3b6653299fcf",
            "last_updated": "2023-02-01T09:46:51.021817-05:00",
            "created_at": "2023-01-31T17:57:07.093072-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888860e2-d5c8-48a5-a83b-078ffb57e359/?format=api"
        },
        {
            "id": "81ad1bc7-813d-4789-a001-88109c809444",
            "gambit_id": "5ddc0616-8d84-4c80-bb6a-d64ce71febf4",
            "last_updated": "2023-02-01T09:46:51.023067-05:00",
            "created_at": "2023-01-31T17:57:07.094348-05:00",
            "name": "Washington Capitals",
            "reward": "2.13000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/888860e2-d5c8-48a5-a83b-078ffb57e359/?format=api"
        }
    ]
}