GET /api/bet_types/d9a77a08-eb0c-4347-b202-bb6f5d2dcbf2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9a77a08-eb0c-4347-b202-bb6f5d2dcbf2",
    "match": "https://api-prod.gambitprofit.com/api/matches/1363af01-65d3-42fc-9b17-225140b9c336/?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": "Cleveland Cavaliers",
                "amount": 5984.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "c3139046-d32b-490a-9d05-d5675903f46b",
            "gambit_id": "37216188-5268-47cc-b6bc-3ade0b50739e",
            "last_updated": "2022-11-05T09:38:12.825195-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9a77a08-eb0c-4347-b202-bb6f5d2dcbf2/?format=api"
        },
        {
            "id": "3c088f38-b182-45a9-951d-9a49bf5c1224",
            "gambit_id": "edf5acc6-ae9e-4a31-89f1-46cd65f99343",
            "last_updated": "2022-11-05T09:38:12.824238-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Pistons",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9a77a08-eb0c-4347-b202-bb6f5d2dcbf2/?format=api"
        }
    ]
}