GET /api/bet_types/7b75972b-ee60-403e-ad13-29ca9ef6d686/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b75972b-ee60-403e-ad13-29ca9ef6d686",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee1c0007-7960-4d88-b58f-a9f6eb3987d7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-02T08:58:24.420074-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": "CHC (J Taillon)",
                "amount": 5117.0
            },
            {
                "team": "CLE (A Civale)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "4ac94b6d-7abc-4529-b2af-f58af32fa754",
            "gambit_id": "5d2f19c0-2a8a-4077-8e8a-759ab2804acd",
            "last_updated": "2023-07-04T10:13:01.392577-04:00",
            "created_at": "2023-07-02T08:58:24.424507-04:00",
            "name": "CHC (J Taillon)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b75972b-ee60-403e-ad13-29ca9ef6d686/?format=api"
        },
        {
            "id": "462fd76e-5d64-400c-bf51-9a67f9c0306a",
            "gambit_id": "4c42c70b-356a-45a9-bc74-0f31dae9be63",
            "last_updated": "2023-07-04T10:13:01.390823-04:00",
            "created_at": "2023-07-02T08:58:24.422365-04:00",
            "name": "CLE (A Civale)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b75972b-ee60-403e-ad13-29ca9ef6d686/?format=api"
        }
    ]
}