GET /api/bet_types/44b8009a-3b59-476a-afc8-3d2fc83fc71d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44b8009a-3b59-476a-afc8-3d2fc83fc71d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f106a437-a8d6-4831-bfda-0b73c3e93250/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:22:24.305830-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": "Edmonton Oilers",
                "amount": 7440.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2560.0
            }
        ],
        "expected_reward_tokens": 9446.4,
        "profit_sb": -53.6,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ffb7805-320a-40aa-960c-b579c8103f5b",
            "gambit_id": "baa69858-389d-4cdb-8fc5-379cd4d123ab",
            "last_updated": "2023-04-06T21:36:59.396289-04:00",
            "created_at": "2023-04-05T09:22:24.310481-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44b8009a-3b59-476a-afc8-3d2fc83fc71d/?format=api"
        },
        {
            "id": "05a63e5c-cdfe-4540-9975-dbc5f8dbc440",
            "gambit_id": "7e923315-4c91-48af-b1db-964295826756",
            "last_updated": "2023-04-06T21:36:59.394509-04:00",
            "created_at": "2023-04-05T09:22:24.308189-04:00",
            "name": "Anaheim Ducks",
            "reward": "3.69000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44b8009a-3b59-476a-afc8-3d2fc83fc71d/?format=api"
        }
    ]
}