GET /api/bet_types/cb06b726-ad76-4a34-a74c-434847c664c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb06b726-ad76-4a34-a74c-434847c664c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe5f1f24-520d-4fd7-93a5-411b1cf17011/?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": "BAL",
                "amount": 5511.0
            },
            {
                "team": "TOR",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "e80c08c5-7f9d-4646-b16a-405be25984bb",
            "gambit_id": "4ab27a0c-bc90-4231-93e7-aa15432a8477",
            "last_updated": "2022-08-18T10:31:50.829749-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb06b726-ad76-4a34-a74c-434847c664c1/?format=api"
        },
        {
            "id": "9f4283d1-755c-408d-9e74-f2735ed043f7",
            "gambit_id": "f88318e6-4cb8-4d16-886d-eb4e93582d87",
            "last_updated": "2022-08-18T10:31:50.829259-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb06b726-ad76-4a34-a74c-434847c664c1/?format=api"
        }
    ]
}