GET /api/bet_types/db1680ee-04e6-422a-9c24-8dd1eb9aab6e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db1680ee-04e6-422a-9c24-8dd1eb9aab6e",
    "match": "https://api-prod.gambitprofit.com/api/matches/75c91030-ec2e-4e38-b411-92a9e8282923/?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": "MIL (B Woodruff)",
                "amount": 6170.0
            },
            {
                "team": "STL (J Quintana)",
                "amount": 3830.0
            }
        ],
        "expected_reward_tokens": 9192.0,
        "profit_sb": 192.0,
        "profit_sb_percentage": 2.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "04eae24c-5eaf-4311-a294-c2c0dfdce66c",
            "gambit_id": "59179f48-480a-4ce2-81dc-8e278539cbd7",
            "last_updated": "2022-09-29T10:22:29.986402-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (B Woodruff)",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db1680ee-04e6-422a-9c24-8dd1eb9aab6e/?format=api"
        },
        {
            "id": "548cc62e-8ac5-404a-a400-fc84064e54f3",
            "gambit_id": "687e0a6d-d40e-434e-92d4-7913f9b6a1d3",
            "last_updated": "2022-09-29T10:22:29.987439-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (J Quintana)",
            "reward": "2.40000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db1680ee-04e6-422a-9c24-8dd1eb9aab6e/?format=api"
        }
    ]
}