GET /api/bet_types/56569f88-f537-4466-9a5a-4e6298a70eed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56569f88-f537-4466-9a5a-4e6298a70eed",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb951eab-1c61-4051-ac2b-adbae36d527a/?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": "ATL (J Odorizzi)",
                "amount": 5416.0
            },
            {
                "team": "SEA (M Gonzales)",
                "amount": 4584.0
            }
        ],
        "expected_reward_tokens": 9259.68,
        "profit_sb": 259.68,
        "profit_sb_percentage": 2.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "664d53f5-b759-40a5-b60c-4f809b2ff027",
            "gambit_id": "e42ffdb3-9e1c-463c-8a26-5e24beea5815",
            "last_updated": "2022-09-12T10:47:17.419374-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (J Odorizzi)",
            "reward": "1.71000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56569f88-f537-4466-9a5a-4e6298a70eed/?format=api"
        },
        {
            "id": "3a43494f-5313-42f9-b406-ba7c3bd53c1b",
            "gambit_id": "89c2375e-14cf-4aa8-b154-aa60e97fbc0b",
            "last_updated": "2022-09-12T10:47:17.418363-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA (M Gonzales)",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56569f88-f537-4466-9a5a-4e6298a70eed/?format=api"
        }
    ]
}