GET /api/bet_types/58b7a8f4-a399-4bb1-932b-6a79cedc8c1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58b7a8f4-a399-4bb1-932b-6a79cedc8c1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6503250d-be52-4c97-af74-5def2171c9b5/?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": "Dallas Mavericks",
                "amount": 7209.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2791.0
            }
        ],
        "expected_reward_tokens": 9154.48,
        "profit_sb": 154.48,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "6b1242be-973c-4bb3-a4da-5b3bfe5c9903",
            "gambit_id": "cff81f6e-c6cb-4544-b1eb-d90054604509",
            "last_updated": "2022-12-02T10:12:17.386863-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58b7a8f4-a399-4bb1-932b-6a79cedc8c1a/?format=api"
        },
        {
            "id": "c7647e3c-5d5c-4c1b-a8ee-2e1c56a0e949",
            "gambit_id": "5f6f8f31-f21c-48be-99a1-3c2e49869d93",
            "last_updated": "2022-12-02T10:12:17.385885-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58b7a8f4-a399-4bb1-932b-6a79cedc8c1a/?format=api"
        }
    ]
}