GET /api/bet_types/05d0530e-ab59-4d55-bbc7-02b19a935f4b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05d0530e-ab59-4d55-bbc7-02b19a935f4b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d78fbf60-da11-48ef-a30d-3631f304988b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "USC",
                "amount": 6336.0
            },
            {
                "team": "Notre Dame",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "e41ac5d4-2f49-4c92-8179-b1522735ca29",
            "gambit_id": "40e8cbcb-3f88-46d0-b2d4-d855f42c99d7",
            "last_updated": "2022-11-28T09:27:02.540523-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "USC",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d0530e-ab59-4d55-bbc7-02b19a935f4b/?format=api"
        },
        {
            "id": "a74c48b0-b64e-4684-8abc-33573ded0f48",
            "gambit_id": "2229f2df-aeb6-4d6b-bfd2-b6bb50bbd0ad",
            "last_updated": "2022-11-28T09:27:02.539414-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Notre Dame",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05d0530e-ab59-4d55-bbc7-02b19a935f4b/?format=api"
        }
    ]
}