GET /api/bet_types/3418b51a-f908-4ef0-aaf8-6005ab8d25ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3418b51a-f908-4ef0-aaf8-6005ab8d25ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/520f8c80-4b25-4e0d-aca9-e1cc269683a1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-23T09:12:59.129737-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": "Tampa Bay Lightning",
                "amount": 5773.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "f4e82067-3052-4c6b-9e1b-61d67df6f805",
            "gambit_id": "4b146109-c5b3-4284-bcb1-383939613d08",
            "last_updated": "2023-12-26T15:33:14.338749-05:00",
            "created_at": "2023-12-23T09:12:59.133758-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3418b51a-f908-4ef0-aaf8-6005ab8d25ba/?format=api"
        },
        {
            "id": "ed30c3cb-7abd-4b0b-a95a-f3034e31c805",
            "gambit_id": "1a1d0e33-38d6-4f00-8347-5d7895cc9156",
            "last_updated": "2023-12-26T15:33:14.342194-05:00",
            "created_at": "2023-12-23T09:12:59.137423-05:00",
            "name": "Washington Capitals",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3418b51a-f908-4ef0-aaf8-6005ab8d25ba/?format=api"
        }
    ]
}