GET /api/bet_types/759d70ef-25f5-4d79-b806-d62a969da81c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "759d70ef-25f5-4d79-b806-d62a969da81c",
    "match": "https://api-prod.gambitprofit.com/api/matches/436e3339-827f-41d8-8f43-9a53c9c8d093/?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": "MIN (D Bundy)",
                "amount": 5122.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 4878.0
            }
        ],
        "expected_reward_tokens": 9219.42,
        "profit_sb": 219.42,
        "profit_sb_percentage": 2.44,
        "recommended": true
    },
    "lines": [
        {
            "id": "31e015d3-938d-485d-b3e4-260b8d549664",
            "gambit_id": "e6a19032-3c04-4bb7-8303-a8a408179b2f",
            "last_updated": "2022-09-21T16:07:26.519001-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (D Bundy)",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/759d70ef-25f5-4d79-b806-d62a969da81c/?format=api"
        },
        {
            "id": "d792df9d-01fa-4223-afef-a1f1e35549b0",
            "gambit_id": "9cb73e05-bbf1-4b08-a7fb-3bfea257ce97",
            "last_updated": "2022-09-21T16:07:26.520126-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (Z Greinke)",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/759d70ef-25f5-4d79-b806-d62a969da81c/?format=api"
        }
    ]
}