GET /api/bet_types/3f12acca-b55e-48dc-b91c-9e61682a4789/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f12acca-b55e-48dc-b91c-9e61682a4789",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9714763-ca4d-41a8-bb86-bebee5599ed5/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-17T09:28:13.525131-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "19187fc2-dcc0-4ddc-9a9b-47c37902720c",
            "gambit_id": "1ab05ca8-7345-4249-9c98-71cc68b70c61",
            "last_updated": "2024-01-24T21:08:24.162248-05:00",
            "created_at": "2024-01-17T09:28:13.535239-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f12acca-b55e-48dc-b91c-9e61682a4789/?format=api"
        },
        {
            "id": "e4d33397-e036-4170-9218-0d1389ab5483",
            "gambit_id": "5841e5f3-1763-4bee-8171-d92a6e4eedfd",
            "last_updated": "2024-01-24T21:08:24.158635-05:00",
            "created_at": "2024-01-17T09:28:13.530674-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f12acca-b55e-48dc-b91c-9e61682a4789/?format=api"
        }
    ]
}