GET /api/bet_types/999c107a-1116-489e-846a-7f6ab3570320/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "999c107a-1116-489e-846a-7f6ab3570320",
    "match": "https://api-prod.gambitprofit.com/api/matches/53976a1f-7850-4779-944a-df982401ebca/?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": "Cleveland Browns",
                "amount": 7340.0
            },
            {
                "team": "Houston Texans",
                "amount": 2660.0
            }
        ],
        "expected_reward_tokens": 9175.0,
        "profit_sb": 175.0,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "c52cb301-cdfc-44e3-9ffa-787c90a29347",
            "gambit_id": "5cf6152c-1f68-424c-b880-bca542b42e51",
            "last_updated": "2022-12-05T15:37:08.375157-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/999c107a-1116-489e-846a-7f6ab3570320/?format=api"
        },
        {
            "id": "e4964978-20ef-4bf3-9b5e-0b0dce3e17f3",
            "gambit_id": "e6256715-79cf-4b98-974c-eabd73125483",
            "last_updated": "2022-12-05T15:37:08.374215-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "3.45000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/999c107a-1116-489e-846a-7f6ab3570320/?format=api"
        }
    ]
}