GET /api/bet_types/428375d4-4508-46d1-9cc9-f6c91f3ad204/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "428375d4-4508-46d1-9cc9-f6c91f3ad204",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3089df6-e253-4e15-bee4-c066a3991038/?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": "Minnesota Timberwolves",
                "amount": 7303.0
            },
            {
                "team": "Utah Jazz",
                "amount": 2697.0
            }
        ],
        "expected_reward_tokens": 9493.44,
        "profit_sb": -6.56,
        "profit_sb_percentage": -0.07,
        "recommended": false
    },
    "lines": [
        {
            "id": "95751352-a482-45e1-9043-743c2547e723",
            "gambit_id": "c12250fb-826c-4e8a-9ad2-e58de07ad958",
            "last_updated": "2022-10-22T09:22:26.906162-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/428375d4-4508-46d1-9cc9-f6c91f3ad204/?format=api"
        },
        {
            "id": "bb44b811-b2f5-4e7e-b1dc-e9a87f9bae86",
            "gambit_id": "c78232bb-d116-4dc6-8f8a-129c71c23519",
            "last_updated": "2022-10-22T09:22:26.907135-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "3.52000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/428375d4-4508-46d1-9cc9-f6c91f3ad204/?format=api"
        }
    ]
}