GET /api/bet_types/f7937366-8b18-4224-a585-dafccc17ef3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7937366-8b18-4224-a585-dafccc17ef3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bc1d7ab-8a9f-47f7-9838-21dc76790d97/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:11.100077-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": "Buffalo Bills",
                "amount": 5599.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ec852e0-2bdf-40d4-bb74-e97230f8ca23",
            "gambit_id": "0e46d5e3-191a-4724-9d85-c2b455729cfb",
            "last_updated": "2023-12-19T09:48:13.992844-05:00",
            "created_at": "2023-12-15T09:13:11.107376-05:00",
            "name": "Buffalo Bills",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7937366-8b18-4224-a585-dafccc17ef3c/?format=api"
        },
        {
            "id": "79d47e0f-ea68-4300-9f1b-d52b783f5d61",
            "gambit_id": "1f8d3fce-5fa6-41a7-bfc1-8aea91a4c46d",
            "last_updated": "2023-12-19T09:48:13.989516-05:00",
            "created_at": "2023-12-15T09:13:11.103906-05:00",
            "name": "Dallas Cowboys",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7937366-8b18-4224-a585-dafccc17ef3c/?format=api"
        }
    ]
}