GET /api/bet_types/e92be487-7da1-4c00-af50-1dd7f6a0b62a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e92be487-7da1-4c00-af50-1dd7f6a0b62a",
    "match": "https://api-prod.gambitprofit.com/api/matches/69284700-8cd7-436d-a8f2-5cd371345294/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T09:33:13.026978-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": "Baltimore Ravens",
                "amount": 7938.0
            },
            {
                "team": "Houston Texans",
                "amount": 2062.0
            }
        ],
        "expected_reward_tokens": 9443.96,
        "profit_sb": -56.04,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "db7b707e-153e-43cc-aaab-37ef32ff3b8f",
            "gambit_id": "37a7825d-0888-411f-9753-cec4852e032f",
            "last_updated": "2024-01-22T12:03:22.141544-05:00",
            "created_at": "2024-01-19T09:33:13.042779-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92be487-7da1-4c00-af50-1dd7f6a0b62a/?format=api"
        },
        {
            "id": "b2b4381f-19e7-4b9e-bb69-b821a726b460",
            "gambit_id": "88571b82-ab72-443c-9875-b44c0137cac8",
            "last_updated": "2024-01-22T12:03:22.138409-05:00",
            "created_at": "2024-01-19T09:33:13.030216-05:00",
            "name": "Houston Texans",
            "reward": "4.58000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e92be487-7da1-4c00-af50-1dd7f6a0b62a/?format=api"
        }
    ]
}