GET /api/bet_types/148c8fd9-1b31-4324-919b-a95f15a51631/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "148c8fd9-1b31-4324-919b-a95f15a51631",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ee18aac-f9fe-497c-ad7f-a0f532ca351f/?format=api",
    "name": "Play the Odds",
    "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": "PHI",
                "amount": 5707.0
            },
            {
                "team": "ATL",
                "amount": 4293.0
            }
        ],
        "expected_reward_tokens": 9530.46,
        "profit_sb": 30.46,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "08373909-538e-4cfd-a97b-e8b3ccc31629",
            "gambit_id": "0eca7b18-9c1b-4af0-85ca-2eec251287fe",
            "last_updated": "2022-10-16T09:42:10.526677-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/148c8fd9-1b31-4324-919b-a95f15a51631/?format=api"
        },
        {
            "id": "8463f073-4eb8-467a-b423-83dae2a42ffd",
            "gambit_id": "c8403a9f-c0c9-4bf2-a327-bb4b8141926c",
            "last_updated": "2022-10-16T09:42:10.527636-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "2.22000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/148c8fd9-1b31-4324-919b-a95f15a51631/?format=api"
        }
    ]
}