GET /api/bet_types/b21e2e58-a076-458a-9723-2a313d4002d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b21e2e58-a076-458a-9723-2a313d4002d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/715c05bf-6c34-46bb-b6c4-0ba65cb07e8e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T09:06:57.722375-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 Lakers",
                "amount": 5577.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4423.0
            }
        ],
        "expected_reward_tokens": 8978.69,
        "profit_sb": -21.31,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "59cc54a4-629c-408f-8f8b-f3bae70e241c",
            "gambit_id": "8b29bfcf-2953-47ea-a7ef-65d70c8e2257",
            "last_updated": "2022-12-24T18:56:52.584945-05:00",
            "created_at": "2022-12-23T09:06:57.723451-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.61000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b21e2e58-a076-458a-9723-2a313d4002d1/?format=api"
        },
        {
            "id": "21a870ab-ffcf-4af6-bc84-9695242dc787",
            "gambit_id": "16df9a0c-55b5-493d-a1e4-37d5575ae6ac",
            "last_updated": "2022-12-24T18:56:52.586024-05:00",
            "created_at": "2022-12-23T09:06:57.724611-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b21e2e58-a076-458a-9723-2a313d4002d1/?format=api"
        }
    ]
}