GET /api/bet_types/c9b927a6-12ee-45e0-a807-0024a2b418e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9b927a6-12ee-45e0-a807-0024a2b418e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b0772ca7-c34a-4eab-909b-aff16c02b9d9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T09:21:59.610581-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": "New Jersey Devils",
                "amount": 6913.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3087.0
            }
        ],
        "expected_reward_tokens": 9538.83,
        "profit_sb": 38.83,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "3357c750-2f53-4e55-9af1-a5c9382656eb",
            "gambit_id": "2a728405-1dd9-4e23-8b96-a4aebce05fe0",
            "last_updated": "2023-03-02T07:26:57.436760-05:00",
            "created_at": "2023-03-01T09:21:59.613073-05:00",
            "name": "New Jersey Devils",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b927a6-12ee-45e0-a807-0024a2b418e2/?format=api"
        },
        {
            "id": "dea4dd47-0637-41c3-b7aa-aab9aafd453d",
            "gambit_id": "0115b3b5-4a1f-4ba0-9445-23764a98c48d",
            "last_updated": "2023-03-02T07:26:57.435599-05:00",
            "created_at": "2023-03-01T09:21:59.611807-05:00",
            "name": "Colorado Avalanche",
            "reward": "3.09000",
            "odds": "3.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9b927a6-12ee-45e0-a807-0024a2b418e2/?format=api"
        }
    ]
}