GET /api/bet_types/3f05c565-05cd-46ba-9df6-5cccd8a819cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f05c565-05cd-46ba-9df6-5cccd8a819cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/32a5d850-0292-4886-805f-4ac8fb76534e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:51.149334-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": 6612.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3388.0
            }
        ],
        "expected_reward_tokens": 9520.28,
        "profit_sb": 20.28,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "edae17ca-6d6d-4a7d-b788-a29cfd7a57ef",
            "gambit_id": "1c255a85-6d3a-4c7a-85b0-ac1c7e8853c0",
            "last_updated": "2023-01-25T14:27:10.609330-05:00",
            "created_at": "2023-01-24T09:31:51.150796-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.44000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f05c565-05cd-46ba-9df6-5cccd8a819cf/?format=api"
        },
        {
            "id": "8860671b-6dd1-4ea7-8d44-c770431fcaa7",
            "gambit_id": "445fc6e3-47f6-4780-9f7a-b2407a8fc5a3",
            "last_updated": "2023-01-25T14:27:10.610486-05:00",
            "created_at": "2023-01-24T09:31:51.152281-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.81000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f05c565-05cd-46ba-9df6-5cccd8a819cf/?format=api"
        }
    ]
}