GET /api/bet_types/db51178f-ed29-42a0-ba8d-ce612d61e240/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db51178f-ed29-42a0-ba8d-ce612d61e240",
    "match": "https://api-prod.gambitprofit.com/api/matches/14b47f43-f783-4d2d-96d1-4732e8f3f216/?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": "TOR (R Stripling)",
                "amount": 5176.0
            },
            {
                "team": "PHI (K Gibson)",
                "amount": 4824.0
            }
        ],
        "expected_reward_tokens": 9213.28,
        "profit_sb": 213.28,
        "profit_sb_percentage": 2.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "a807b6c3-cf20-4313-9888-bac9b1ebcee4",
            "gambit_id": "4a4b8ee6-b4f5-4724-b6f4-9bed72555690",
            "last_updated": "2022-09-21T16:27:03.472561-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (R Stripling)",
            "reward": "1.78000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db51178f-ed29-42a0-ba8d-ce612d61e240/?format=api"
        },
        {
            "id": "5311c2d7-1b26-43f4-b7dd-4bf93f370739",
            "gambit_id": "698c42c9-abab-4fb1-b239-b05363b7b79a",
            "last_updated": "2022-09-21T16:27:03.471507-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (K Gibson)",
            "reward": "1.91000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db51178f-ed29-42a0-ba8d-ce612d61e240/?format=api"
        }
    ]
}