GET /api/bet_types/097a15fe-ec0b-47e8-a945-2757bf29265b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "097a15fe-ec0b-47e8-a945-2757bf29265b",
    "match": "https://api-prod.gambitprofit.com/api/matches/5df686fb-5018-486b-b076-caac094190da/?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": "Dustin Jacoby",
                "amount": 5979.0
            },
            {
                "team": "Khalil Rountree",
                "amount": 4021.0
            }
        ],
        "expected_reward_tokens": 9327.24,
        "profit_sb": -172.76,
        "profit_sb_percentage": -1.82,
        "recommended": false
    },
    "lines": [
        {
            "id": "f67c5e85-0ce2-46ae-ac76-37362d10a7af",
            "gambit_id": "75844ad8-ef58-4ec6-8ca2-7409c4a83a30",
            "last_updated": "2022-10-31T11:16:58.073794-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dustin Jacoby",
            "reward": "1.56000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/097a15fe-ec0b-47e8-a945-2757bf29265b/?format=api"
        },
        {
            "id": "0cadf180-558f-4e7a-ab8b-f011b490ba82",
            "gambit_id": "c3a28749-d9ee-4ce3-900a-a784487a1072",
            "last_updated": "2022-10-31T11:16:58.072869-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Khalil Rountree",
            "reward": "2.32000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/097a15fe-ec0b-47e8-a945-2757bf29265b/?format=api"
        }
    ]
}