GET /api/bet_types/8067a14d-2e11-4bb4-b87f-52e2073391aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8067a14d-2e11-4bb4-b87f-52e2073391aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/30eaf459-2b95-42ab-aa4d-bc1c5bc5fb82/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T11:07:19.281931-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": "Israel Adesanya",
                "amount": 5403.0
            },
            {
                "team": "Alex Pereira",
                "amount": 4597.0
            }
        ],
        "expected_reward_tokens": 9239.13,
        "profit_sb": -260.87,
        "profit_sb_percentage": -2.75,
        "recommended": false
    },
    "lines": [
        {
            "id": "d40ae148-e4aa-4bb0-aac3-481dace7009a",
            "gambit_id": "f23e3c2a-863a-45ec-ab17-d76775f4a72d",
            "last_updated": "2023-04-09T12:37:12.478183-04:00",
            "created_at": "2023-04-08T11:07:19.284309-04:00",
            "name": "Israel Adesanya",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8067a14d-2e11-4bb4-b87f-52e2073391aa/?format=api"
        },
        {
            "id": "33904fe2-e29f-47e8-adcd-7cd2738b705f",
            "gambit_id": "92c589ce-6ba2-4889-b92e-a953c85209db",
            "last_updated": "2023-04-09T12:37:12.480847-04:00",
            "created_at": "2023-04-08T11:07:19.286649-04:00",
            "name": "Alex Pereira",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8067a14d-2e11-4bb4-b87f-52e2073391aa/?format=api"
        }
    ]
}