GET /api/bet_types/cf37a4c0-b1f2-41a0-a757-90b652437d41/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf37a4c0-b1f2-41a0-a757-90b652437d41",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c392f0c-9c8e-43d8-8c4a-9efac2b8e8ef/?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": "Golden State Warriors",
                "amount": 7227.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 2773.0
            }
        ],
        "expected_reward_tokens": 9539.12,
        "profit_sb": 39.12,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "112261b1-4009-42da-9b49-d6901fff3eda",
            "gambit_id": "36cd50f9-0080-42e4-a456-0e2ea33dac77",
            "last_updated": "2022-10-19T09:42:25.301895-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf37a4c0-b1f2-41a0-a757-90b652437d41/?format=api"
        },
        {
            "id": "85080404-48eb-4a6e-8cec-87c440993f2a",
            "gambit_id": "0008281e-b8dc-4e37-ab9a-77c6095c0fb9",
            "last_updated": "2022-10-19T09:42:25.302841-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "3.44000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf37a4c0-b1f2-41a0-a757-90b652437d41/?format=api"
        }
    ]
}