GET /api/bet_types/4c7c1771-8242-4967-900b-e665fe51bc01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c7c1771-8242-4967-900b-e665fe51bc01",
    "match": "https://api-prod.gambitprofit.com/api/matches/17a866d9-f288-4854-9e77-313b5ea4ec8c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Cleveland Cavaliers",
                "amount": 6173.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "24f864bb-186c-4eb5-a1a2-aa6f6df16aa7",
            "gambit_id": "1d20bd06-af48-41f9-b48e-710dd91b8211",
            "last_updated": "2022-10-24T11:47:17.424195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7c1771-8242-4967-900b-e665fe51bc01/?format=api"
        },
        {
            "id": "e501b354-095a-4ecd-bfbe-93c19360d243",
            "gambit_id": "12c4caa3-0267-4095-bd17-c4784422797e",
            "last_updated": "2022-10-24T11:47:17.425142-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c7c1771-8242-4967-900b-e665fe51bc01/?format=api"
        }
    ]
}