GET /api/bet_types/21fc3934-08fb-4f29-b317-f7d530a540a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21fc3934-08fb-4f29-b317-f7d530a540a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac052abf-5c27-42df-8aa9-7374a30cbb3a/?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": "Denver Nuggets",
                "amount": 6869.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3131.0
            }
        ],
        "expected_reward_tokens": 9547.91,
        "profit_sb": 47.91,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "707801d8-1f5c-47dc-8cc0-471372fc8795",
            "gambit_id": "1372b8b7-a90e-484e-9b2f-4ffaee564d64",
            "last_updated": "2022-10-20T09:31:58.783633-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21fc3934-08fb-4f29-b317-f7d530a540a2/?format=api"
        },
        {
            "id": "deac013c-7d27-4824-acf6-a315efa6cb25",
            "gambit_id": "4b810c5a-3254-4dd7-b630-21034f604579",
            "last_updated": "2022-10-20T09:31:58.780307-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "3.05000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21fc3934-08fb-4f29-b317-f7d530a540a2/?format=api"
        }
    ]
}