GET /api/bet_types/af860508-8e88-4784-817a-e597c2f34adc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af860508-8e88-4784-817a-e597c2f34adc",
    "match": "https://api-prod.gambitprofit.com/api/matches/057320dd-2c54-4a7a-a405-5aa6f593d743/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:25.155278-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 York Rangers",
                "amount": 6849.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3151.0
            }
        ],
        "expected_reward_tokens": 9451.62,
        "profit_sb": -48.38,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a54fe64-3d5e-42fd-862f-a91726f66fe0",
            "gambit_id": "1f0f0749-6c4d-4cfc-926a-047d345f7c3c",
            "last_updated": "2023-11-20T14:53:32.654580-05:00",
            "created_at": "2023-11-18T09:38:25.162513-05:00",
            "name": "New York Rangers",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af860508-8e88-4784-817a-e597c2f34adc/?format=api"
        },
        {
            "id": "26a0aaf3-3a99-4e66-9955-aff351dc06e8",
            "gambit_id": "2c808ccc-4c62-4ba4-a5a2-2dd6bcd00480",
            "last_updated": "2023-11-20T14:53:32.658716-05:00",
            "created_at": "2023-11-18T09:38:25.168396-05:00",
            "name": "New Jersey Devils",
            "reward": "3.00000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af860508-8e88-4784-817a-e597c2f34adc/?format=api"
        }
    ]
}