GET /api/bet_types/2e6fc341-fb21-4cae-b94d-d3d5b3736e00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e6fc341-fb21-4cae-b94d-d3d5b3736e00",
    "match": "https://api-prod.gambitprofit.com/api/matches/3279c83e-f271-4831-a744-8b5f0c70a944/?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": "Phoenix Suns",
                "amount": 6104.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 583.28,
        "profit_sb_percentage": 6.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "3302d6d3-dc5f-4c63-8e31-ea3187307622",
            "gambit_id": "399b6565-f96f-4bc9-b97b-f5b5b126d189",
            "last_updated": "2022-11-02T10:48:06.647830-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e6fc341-fb21-4cae-b94d-d3d5b3736e00/?format=api"
        },
        {
            "id": "5c1e762a-d311-482f-b1dc-8bbcb8d303c6",
            "gambit_id": "4ba99bcb-38b0-41a8-ba07-6979ca8ded81",
            "last_updated": "2022-11-02T10:48:06.648941-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e6fc341-fb21-4cae-b94d-d3d5b3736e00/?format=api"
        }
    ]
}