GET /api/bet_types/f6b0efcf-fcc1-47fd-bd33-38244359abcc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f6b0efcf-fcc1-47fd-bd33-38244359abcc",
    "match": "https://api-prod.gambitprofit.com/api/matches/18fa326f-f9f1-44f8-ad08-0687c8e28861/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-14T10:57:06.657051-04: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": "COL",
                "amount": 5000.0
            },
            {
                "team": "PHI",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b9d76c97-9dc1-480d-ab5e-ffb14b89f917",
            "gambit_id": "9514b35e-5dcb-4f7b-8dc6-3453a2220868",
            "last_updated": "2023-05-15T11:37:02.694628-04:00",
            "created_at": "2023-05-14T10:57:06.658974-04:00",
            "name": "COL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6b0efcf-fcc1-47fd-bd33-38244359abcc/?format=api"
        },
        {
            "id": "818863cd-bc06-48d8-9bb7-9d13373c6178",
            "gambit_id": "0076802c-3c12-49f8-ae58-41c201acbe76",
            "last_updated": "2023-05-15T11:37:02.695991-04:00",
            "created_at": "2023-05-14T10:57:06.660829-04:00",
            "name": "PHI",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6b0efcf-fcc1-47fd-bd33-38244359abcc/?format=api"
        }
    ]
}