GET /api/bet_types/940193c1-fae2-4305-99ad-e0f288e6ea9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "940193c1-fae2-4305-99ad-e0f288e6ea9f",
    "match": "https://api-prod.gambitprofit.com/api/matches/199f4a43-e0e4-4659-8af1-9a2bbe44206d/?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": "HOU (J Urquidy)",
                "amount": 6952.0
            },
            {
                "team": "OAK (C Irvin)",
                "amount": 3048.0
            }
        ],
        "expected_reward_tokens": 9174.48,
        "profit_sb": 174.48,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "9731892f-bcf6-4757-b194-001a42195522",
            "gambit_id": "d2237509-617b-4f94-aca4-1279ae86d47d",
            "last_updated": "2022-09-19T09:32:04.601723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Urquidy)",
            "reward": "1.32000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/940193c1-fae2-4305-99ad-e0f288e6ea9f/?format=api"
        },
        {
            "id": "9feabaf2-b667-4803-93cc-08c579f51e8b",
            "gambit_id": "f3e2fb32-f6d5-4b16-ac3b-aae5678c07bd",
            "last_updated": "2022-09-19T09:32:04.602660-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (C Irvin)",
            "reward": "3.01000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/940193c1-fae2-4305-99ad-e0f288e6ea9f/?format=api"
        }
    ]
}