GET /api/bet_types/1cced26b-c9e5-4315-968a-c08154eb9349/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cced26b-c9e5-4315-968a-c08154eb9349",
    "match": "https://api-prod.gambitprofit.com/api/matches/44b22f58-c2f3-4bf0-8970-5a82e92d8e1f/?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": "Seattle Seahawks",
                "amount": 6104.0
            },
            {
                "team": "New York Giants",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "276bea11-d558-4343-9436-ca3757169e26",
            "gambit_id": "b34f6ae4-b7d4-495e-b346-cacc0ccaeb99",
            "last_updated": "2022-10-31T11:31:56.740761-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cced26b-c9e5-4315-968a-c08154eb9349/?format=api"
        },
        {
            "id": "eb5bdb6e-c4b4-4e2f-9f07-447f6af5a99f",
            "gambit_id": "cfd0212d-25ba-4ed1-88ab-b314baf9844e",
            "last_updated": "2022-10-31T11:31:56.741780-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cced26b-c9e5-4315-968a-c08154eb9349/?format=api"
        }
    ]
}