GET /api/bet_types/48f9655b-7433-46c9-b9b4-e8a7fcb1aa6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48f9655b-7433-46c9-b9b4-e8a7fcb1aa6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/92d0c4b6-f9d3-4044-9ca0-50b3da767e8e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-02T10:32:07.055089-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": "KAN (J Lyles)",
                "amount": 5452.0
            },
            {
                "team": "COL (C Anderson)",
                "amount": 4548.0
            }
        ],
        "expected_reward_tokens": 9595.52,
        "profit_sb": 95.52,
        "profit_sb_percentage": 1.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "08262237-e4eb-45c2-967c-b813176e9941",
            "gambit_id": "628bbe1b-9b89-4890-be96-b5d565be8b74",
            "last_updated": "2023-06-04T13:22:21.605753-04:00",
            "created_at": "2023-06-02T10:32:07.059556-04:00",
            "name": "KAN (J Lyles)",
            "reward": "1.76000",
            "odds": "1.79370",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48f9655b-7433-46c9-b9b4-e8a7fcb1aa6d/?format=api"
        },
        {
            "id": "0eb99c73-8a60-4051-96e6-1874e9a0f199",
            "gambit_id": "3ff4770e-5ae8-4734-8d25-7d8bb93899f6",
            "last_updated": "2023-06-04T13:22:21.603908-04:00",
            "created_at": "2023-06-02T10:32:07.057118-04:00",
            "name": "COL (C Anderson)",
            "reward": "2.11000",
            "odds": "2.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48f9655b-7433-46c9-b9b4-e8a7fcb1aa6d/?format=api"
        }
    ]
}