GET /api/bet_types/2adcafba-b9f4-4df5-bf09-ce92e4fcfa34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2adcafba-b9f4-4df5-bf09-ce92e4fcfa34",
    "match": "https://api-prod.gambitprofit.com/api/matches/6df3ac98-8b37-4bec-b6f3-68d9287d9f4f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T08:58:08.341458-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": "Golden State Warriors",
                "amount": 5319.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c79d6954-816d-4756-9377-f2ab52783f87",
            "gambit_id": "1c5cd2ef-df3c-4403-a6f7-e9ae5c69e868",
            "last_updated": "2024-01-31T21:48:10.985615-05:00",
            "created_at": "2024-01-30T08:58:08.359666-05:00",
            "name": "Golden State Warriors",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2adcafba-b9f4-4df5-bf09-ce92e4fcfa34/?format=api"
        },
        {
            "id": "6e85709c-eefb-45e7-a428-2faf073bfd69",
            "gambit_id": "dc8a8eec-e290-47b9-92b0-0fbccfc5396c",
            "last_updated": "2024-01-31T21:48:10.982305-05:00",
            "created_at": "2024-01-30T08:58:08.350866-05:00",
            "name": "Philadelphia 76ers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2adcafba-b9f4-4df5-bf09-ce92e4fcfa34/?format=api"
        }
    ]
}