GET /api/bet_types/cd289067-b4a0-4e87-88fb-b10383e65a01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd289067-b4a0-4e87-88fb-b10383e65a01",
    "match": "https://api-prod.gambitprofit.com/api/matches/f617093e-5344-4afc-ab8b-74359e92478c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:07.683927-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": "Miami Dolphins",
                "amount": 7757.0
            },
            {
                "team": "Washington Commanders",
                "amount": 2243.0
            }
        ],
        "expected_reward_tokens": 9463.54,
        "profit_sb": -36.46,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "f7ed9176-740a-4496-b8e6-30c282d00f12",
            "gambit_id": "b4450a2e-c68a-4985-a810-796c13a4f9a3",
            "last_updated": "2023-12-04T21:03:10.510730-05:00",
            "created_at": "2023-11-30T10:28:07.692551-05:00",
            "name": "Miami Dolphins",
            "reward": "1.22000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd289067-b4a0-4e87-88fb-b10383e65a01/?format=api"
        },
        {
            "id": "85610d28-8d6d-4691-b5d3-ebc87215623e",
            "gambit_id": "c9691c57-8d07-4acb-906e-59944857a5b3",
            "last_updated": "2023-12-04T21:03:10.513835-05:00",
            "created_at": "2023-11-30T10:28:07.696408-05:00",
            "name": "Washington Commanders",
            "reward": "4.22000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd289067-b4a0-4e87-88fb-b10383e65a01/?format=api"
        }
    ]
}