GET /api/bet_types/a1417b6c-395e-49d5-9a1b-4a29fd522cef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1417b6c-395e-49d5-9a1b-4a29fd522cef",
    "match": "https://api-prod.gambitprofit.com/api/matches/28db3a15-d30e-4ba0-807b-e8de37dde72b/?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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e370edd8-5373-4001-8bc2-60c6a15349b8",
            "gambit_id": "841a3ecd-7d3d-4172-ad3d-9b81f301e2d4",
            "last_updated": "2022-11-05T09:38:17.058564-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1417b6c-395e-49d5-9a1b-4a29fd522cef/?format=api"
        },
        {
            "id": "2a069314-6dfc-486d-8131-88f4b567aa7e",
            "gambit_id": "cfc435cc-9b78-4f4a-ac40-6baf0c271de3",
            "last_updated": "2022-11-05T09:38:17.059535-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1417b6c-395e-49d5-9a1b-4a29fd522cef/?format=api"
        }
    ]
}