GET /api/bet_types/a27a3f3c-f2be-4f2c-b8e2-1e0ed3f18f14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a27a3f3c-f2be-4f2c-b8e2-1e0ed3f18f14",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f613d3e-1180-4e1f-a8b1-99e25c15d383/?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": "STL (D Hudson)",
                "amount": 5812.0
            },
            {
                "team": "ARI (M Bumgarner)",
                "amount": 4188.0
            }
        ],
        "expected_reward_tokens": 9297.36,
        "profit_sb": 297.36,
        "profit_sb_percentage": 3.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "e6d6fe49-03e4-4b6c-baf0-83c4bb5b0e46",
            "gambit_id": "bff633c5-e038-424e-9a09-b387c335a70f",
            "last_updated": "2022-08-21T12:47:06.967708-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (D Hudson)",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a27a3f3c-f2be-4f2c-b8e2-1e0ed3f18f14/?format=api"
        },
        {
            "id": "e80466ca-813e-413c-a3de-2298b9f0e822",
            "gambit_id": "afcca747-5f75-4c01-976b-932265560219",
            "last_updated": "2022-08-21T12:47:06.967338-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI (M Bumgarner)",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a27a3f3c-f2be-4f2c-b8e2-1e0ed3f18f14/?format=api"
        }
    ]
}