GET /api/bet_types/0bffe635-5f50-4761-b204-6fada0c88423/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0bffe635-5f50-4761-b204-6fada0c88423",
    "match": "https://api-prod.gambitprofit.com/api/matches/18b81853-364b-4e25-88c7-53a61fc5afad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-06T22:48:25.249068-04: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": "Washington Commanders",
                "amount": 7357.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 2643.0
            }
        ],
        "expected_reward_tokens": 9488.37,
        "profit_sb": -11.63,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "56297acc-c43f-4466-8867-9dbe90783db3",
            "gambit_id": "77ca87e9-d351-47f3-a507-836379e0b85c",
            "last_updated": "2023-09-11T11:17:55.736044-04:00",
            "created_at": "2023-09-06T22:48:25.257104-04:00",
            "name": "Washington Commanders",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bffe635-5f50-4761-b204-6fada0c88423/?format=api"
        },
        {
            "id": "f83eaac3-3f95-4e12-884c-536c97fde2ef",
            "gambit_id": "3d7ab95b-b928-4f43-928e-12902209d6dc",
            "last_updated": "2023-09-11T11:17:55.732733-04:00",
            "created_at": "2023-09-06T22:48:25.253128-04:00",
            "name": "Arizona Cardinals",
            "reward": "3.59000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0bffe635-5f50-4761-b204-6fada0c88423/?format=api"
        }
    ]
}