GET /api/bet_types/67a25442-5a0b-40e6-8f3b-e3585420658e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67a25442-5a0b-40e6-8f3b-e3585420658e",
    "match": "https://api-prod.gambitprofit.com/api/matches/510b0597-05a7-4099-9352-f350ef3584e4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-24T09:31:52.940826-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": "Los Angeles Clippers",
                "amount": 6253.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3747.0
            }
        ],
        "expected_reward_tokens": 9629.62,
        "profit_sb": 129.62,
        "profit_sb_percentage": 1.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "e0c452bf-0c3c-4128-a178-8b37c1e2da0c",
            "gambit_id": "4c6b6729-a659-4668-b35f-c0f651a09630",
            "last_updated": "2023-01-25T10:37:22.620191-05:00",
            "created_at": "2023-01-24T09:31:52.943654-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.54000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67a25442-5a0b-40e6-8f3b-e3585420658e/?format=api"
        },
        {
            "id": "56ca24ce-0233-4d35-aa30-0e870b6c9fb5",
            "gambit_id": "2c14367f-11df-4cc1-a17b-856243ef0c20",
            "last_updated": "2023-01-25T10:37:22.618475-05:00",
            "created_at": "2023-01-24T09:31:52.942223-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.57000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67a25442-5a0b-40e6-8f3b-e3585420658e/?format=api"
        }
    ]
}