GET /api/bet_types/5e38ec9d-20c4-4e4d-bd75-21d0e1dedaef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e38ec9d-20c4-4e4d-bd75-21d0e1dedaef",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ed8ff4e-4b21-4820-81d9-e0f7d3578a4f/?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": "Chicago Bulls",
                "amount": 6389.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "1643c54e-0101-40aa-8cb9-6958f924c50b",
            "gambit_id": "69fbdf60-4978-4043-bb2d-aa3c76cc5f6a",
            "last_updated": "2022-12-12T09:37:28.290399-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e38ec9d-20c4-4e4d-bd75-21d0e1dedaef/?format=api"
        },
        {
            "id": "5baf09ea-2afe-4718-90f9-3ca33e7587c3",
            "gambit_id": "6f13d800-8379-4bc4-a2ee-790bf4846e43",
            "last_updated": "2022-12-12T09:37:28.291484-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e38ec9d-20c4-4e4d-bd75-21d0e1dedaef/?format=api"
        }
    ]
}