GET /api/bet_types/495b94cc-c051-4b15-96a2-43b0690625e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "495b94cc-c051-4b15-96a2-43b0690625e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/42e716c0-1ecf-465c-a87c-6c37fc08e839/?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": "Utah Jazz",
                "amount": 7029.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 2971.0
            }
        ],
        "expected_reward_tokens": 9207.99,
        "profit_sb": 207.99,
        "profit_sb_percentage": 2.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "eaf5878e-d1bb-40b2-882c-76c042ca32e5",
            "gambit_id": "b51a99cf-ddcc-4262-9646-487fcc643f13",
            "last_updated": "2022-12-01T16:12:23.049674-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.31000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/495b94cc-c051-4b15-96a2-43b0690625e9/?format=api"
        },
        {
            "id": "515c6e14-67db-42ac-bf0e-8bcb8e962626",
            "gambit_id": "6a140b53-003a-46f7-9810-54eface51552",
            "last_updated": "2022-12-01T16:12:23.050845-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "3.10000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/495b94cc-c051-4b15-96a2-43b0690625e9/?format=api"
        }
    ]
}