GET /api/bet_types/9c48df35-9243-42b9-ba96-e3db66ca0d13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c48df35-9243-42b9-ba96-e3db66ca0d13",
    "match": "https://api-prod.gambitprofit.com/api/matches/90b0b226-5673-4850-8777-3ab22ed8fc11/?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": "Dallas Mavericks",
                "amount": 6778.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3222.0
            }
        ],
        "expected_reward_tokens": 9150.3,
        "profit_sb": 150.3,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "8f862e6a-f4e5-4abf-a5e3-cad260e25ce9",
            "gambit_id": "103a78a0-8ad2-46f4-8119-ebadcdceb9c9",
            "last_updated": "2022-11-17T09:27:27.506690-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.35000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c48df35-9243-42b9-ba96-e3db66ca0d13/?format=api"
        },
        {
            "id": "e33e0bde-11a4-4ef6-8d2e-31d6736eba73",
            "gambit_id": "479d1d57-570e-4b01-bebd-ab9830d9493e",
            "last_updated": "2022-11-17T09:27:27.507715-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "2.84000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c48df35-9243-42b9-ba96-e3db66ca0d13/?format=api"
        }
    ]
}