GET /api/bet_types/efdaab44-b5d6-48b4-8818-5ce80c7d930e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efdaab44-b5d6-48b4-8818-5ce80c7d930e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9b87c86-de74-457e-8466-8a25b6b2a351/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-05T10:03:21.704873-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a47ff1a4-2164-49db-b28b-1dbc6126b123",
            "gambit_id": "403f6cd0-5d46-494f-9aff-cbbef677fc26",
            "last_updated": "2024-02-07T01:52:59.906562-05:00",
            "created_at": "2024-02-05T10:03:21.708819-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efdaab44-b5d6-48b4-8818-5ce80c7d930e/?format=api"
        },
        {
            "id": "516a17be-3bcd-4c4d-a0f2-322cf05279c5",
            "gambit_id": "685162b3-b7bb-4606-9f44-7b361bcc3bea",
            "last_updated": "2024-02-07T01:52:59.910056-05:00",
            "created_at": "2024-02-05T10:03:21.712998-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efdaab44-b5d6-48b4-8818-5ce80c7d930e/?format=api"
        }
    ]
}