GET /api/bet_types/df5ca869-3bb2-49d4-a908-34ed9c2ad532/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df5ca869-3bb2-49d4-a908-34ed9c2ad532",
    "match": "https://api-prod.gambitprofit.com/api/matches/685daf73-e90c-4836-9681-c21e9ed9c9d2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-19T09:17:07.937587-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": "St Louis Blues",
                "amount": 6547.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd0c5eb1-3d70-42fb-bf9c-d6af09feb5c4",
            "gambit_id": "922cedb2-3d8f-4ad2-8f24-03b01aa81f40",
            "last_updated": "2023-03-20T11:42:07.983754-04:00",
            "created_at": "2023-03-19T09:17:07.939885-04:00",
            "name": "St Louis Blues",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df5ca869-3bb2-49d4-a908-34ed9c2ad532/?format=api"
        },
        {
            "id": "834b69fd-5554-4fc0-a0d9-cc8bce1634e7",
            "gambit_id": "2cb3e04f-0e68-426a-8b3b-9eff4d7aafb9",
            "last_updated": "2023-03-20T11:42:07.987087-04:00",
            "created_at": "2023-03-19T09:17:07.942591-04:00",
            "name": "Winnipeg Jets",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df5ca869-3bb2-49d4-a908-34ed9c2ad532/?format=api"
        }
    ]
}