GET /api/bet_types/7d2997a0-1b55-4b55-966e-4db8f31fe670/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d2997a0-1b55-4b55-966e-4db8f31fe670",
    "match": "https://api-prod.gambitprofit.com/api/matches/56940d90-ffc1-4396-aff5-28693534b37e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-13T08:57:56.291283-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 Islanders",
                "amount": 6390.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "c926ccf7-8733-4b4c-ae96-11b698fe4e99",
            "gambit_id": "05bf4315-5fb2-417c-a3f4-7d3a3763efee",
            "last_updated": "2023-12-15T09:53:15.931988-05:00",
            "created_at": "2023-12-13T08:57:56.305734-05:00",
            "name": "New York Islanders",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d2997a0-1b55-4b55-966e-4db8f31fe670/?format=api"
        },
        {
            "id": "82fcb0ce-4c4f-4878-8c8a-1af68a51a521",
            "gambit_id": "b8a97330-c179-4ecd-bbec-c83fcdbdefbe",
            "last_updated": "2023-12-15T09:53:15.928633-05:00",
            "created_at": "2023-12-13T08:57:56.299992-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d2997a0-1b55-4b55-966e-4db8f31fe670/?format=api"
        }
    ]
}