GET /api/bet_types/889ac04c-46ca-46be-8d15-c74053180d03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "889ac04c-46ca-46be-8d15-c74053180d03",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2da3630-94f6-425f-9b2b-5d357262fe22/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-30T08:58:10.951605-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": "Pittsburgh Penguins",
                "amount": 6744.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3256.0
            }
        ],
        "expected_reward_tokens": 9441.6,
        "profit_sb": -58.4,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8aacaa4-807d-45c5-94e4-7d4fae9e31b2",
            "gambit_id": "85afd394-6c8d-48d3-bc9d-b2e596a577e5",
            "last_updated": "2023-10-31T19:48:04.300278-04:00",
            "created_at": "2023-10-30T08:58:10.959901-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/889ac04c-46ca-46be-8d15-c74053180d03/?format=api"
        },
        {
            "id": "c9b58250-e318-4521-b07f-3559c6ebc624",
            "gambit_id": "cdaf0505-d539-468b-8712-bcf0f96058d1",
            "last_updated": "2023-10-31T19:48:04.296336-04:00",
            "created_at": "2023-10-30T08:58:10.955743-04:00",
            "name": "Anaheim Ducks",
            "reward": "2.90000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/889ac04c-46ca-46be-8d15-c74053180d03/?format=api"
        }
    ]
}