GET /api/bet_types/e62cdcd3-1220-46e3-bd93-1dc69cd1592e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e62cdcd3-1220-46e3-bd93-1dc69cd1592e",
    "match": "https://api-prod.gambitprofit.com/api/matches/34c2ac3f-b93f-4c89-81dd-0e535aff6acf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-22T12:32:08.826552-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": "Utah Jazz",
                "amount": 6399.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bb64dbe-d17e-407e-8d88-f51a266910a6",
            "gambit_id": "3b43ef49-5969-441a-a250-ed65c8ecc86a",
            "last_updated": "2023-03-23T17:42:18.945093-04:00",
            "created_at": "2023-03-22T12:32:08.828815-04:00",
            "name": "Utah Jazz",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e62cdcd3-1220-46e3-bd93-1dc69cd1592e/?format=api"
        },
        {
            "id": "0f472ffe-e2b5-499c-bf34-040829bd9a23",
            "gambit_id": "b1f13d72-b41f-420b-8756-1923ea9a8edb",
            "last_updated": "2023-03-23T17:42:18.947005-04:00",
            "created_at": "2023-03-22T12:32:08.831439-04:00",
            "name": "Portland Trail Blazers",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e62cdcd3-1220-46e3-bd93-1dc69cd1592e/?format=api"
        }
    ]
}