GET /api/bet_types/5d43400a-5d5c-4653-841f-2b842b7cc749/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d43400a-5d5c-4653-841f-2b842b7cc749",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a2c5d9c-3f24-4f0f-a02f-33b08f9f26d4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T09:21:57.757078-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": "Philadelphia Flyers",
                "amount": 5419.0
            },
            {
                "team": "New York Rangers",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "69ad5f6a-5416-4fd4-a4be-fdc4fbd20764",
            "gambit_id": "cc447636-3bee-4b85-aa1c-f71861ba5eec",
            "last_updated": "2023-03-02T07:26:58.066309-05:00",
            "created_at": "2023-03-01T09:21:57.758366-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d43400a-5d5c-4653-841f-2b842b7cc749/?format=api"
        },
        {
            "id": "ef4b0d27-40be-4902-af82-6d7f539984ce",
            "gambit_id": "ca17968b-a8ac-4294-93a2-5b0faaff87d0",
            "last_updated": "2023-03-02T07:26:58.067445-05:00",
            "created_at": "2023-03-01T09:21:57.759631-05:00",
            "name": "New York Rangers",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d43400a-5d5c-4653-841f-2b842b7cc749/?format=api"
        }
    ]
}