GET /api/bet_types/186c2fcf-d197-4362-bcf7-6fda24b00874/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "186c2fcf-d197-4362-bcf7-6fda24b00874",
    "match": "https://api-prod.gambitprofit.com/api/matches/178ecc67-1d50-43e8-853d-53a3111b423c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-21T09:38:04.828153-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": "Ottawa Senators",
                "amount": 5861.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "700b025f-dd7e-4e03-b22a-bfbef1732744",
            "gambit_id": "08567564-ea74-4495-b241-67019a5dbf92",
            "last_updated": "2023-10-23T20:43:03.530266-04:00",
            "created_at": "2023-10-21T09:38:04.844603-04:00",
            "name": "Ottawa Senators",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/186c2fcf-d197-4362-bcf7-6fda24b00874/?format=api"
        },
        {
            "id": "8b40aba5-e298-489c-baf4-14b4b791cfb5",
            "gambit_id": "679884ac-8b06-41a0-abd1-a62d24af120f",
            "last_updated": "2023-10-23T20:43:03.526971-04:00",
            "created_at": "2023-10-21T09:38:04.836938-04:00",
            "name": "Detroit Red Wings",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/186c2fcf-d197-4362-bcf7-6fda24b00874/?format=api"
        }
    ]
}