GET /api/bet_types/0159864a-be24-4f81-9546-cdcb81da7aa3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0159864a-be24-4f81-9546-cdcb81da7aa3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3920c53b-e2d8-4a30-ad87-831d8dd1c7bc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-30T10:27:09.355675-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": "Notre Dame",
                "amount": 6482.0
            },
            {
                "team": "South Carolina",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "51a592dd-de07-4ae1-aa8f-f430e0fd0d22",
            "gambit_id": "87a8a9f7-7253-490e-8f9b-2f42ffc30311",
            "last_updated": "2022-12-31T10:56:57.053914-05:00",
            "created_at": "2022-12-30T10:27:09.357076-05:00",
            "name": "Notre Dame",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0159864a-be24-4f81-9546-cdcb81da7aa3/?format=api"
        },
        {
            "id": "78bf26ed-bd74-4a9a-a143-b0bf1476354d",
            "gambit_id": "9b478509-e31b-4d1d-94e6-4a6465b1d26b",
            "last_updated": "2022-12-31T10:56:57.055028-05:00",
            "created_at": "2022-12-30T10:27:09.358325-05:00",
            "name": "South Carolina",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0159864a-be24-4f81-9546-cdcb81da7aa3/?format=api"
        }
    ]
}