GET /api/bet_types/0eb7014b-f620-4986-8024-100441121547/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0eb7014b-f620-4986-8024-100441121547",
    "match": "https://api-prod.gambitprofit.com/api/matches/acd8fae4-2846-4ee7-bf17-59b604f44acc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:16.751509-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": "Oklahoma City Thunder",
                "amount": 6848.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 3152.0
            }
        ],
        "expected_reward_tokens": 9107.84,
        "profit_sb": 107.84,
        "profit_sb_percentage": 1.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "4588956a-6ed4-40c2-98de-89613dbca2f9",
            "gambit_id": "aa1c8aee-6aa9-4260-8572-b65e33929132",
            "last_updated": "2022-12-28T21:32:12.757336-05:00",
            "created_at": "2022-12-27T08:57:16.752725-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.33000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eb7014b-f620-4986-8024-100441121547/?format=api"
        },
        {
            "id": "dca59c0f-95da-47b3-8046-95acfb6772e5",
            "gambit_id": "2b88d738-390e-4a3a-8312-aec32225baa9",
            "last_updated": "2022-12-28T21:32:12.758439-05:00",
            "created_at": "2022-12-27T08:57:16.753968-05:00",
            "name": "San Antonio Spurs",
            "reward": "2.89000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eb7014b-f620-4986-8024-100441121547/?format=api"
        }
    ]
}