GET /api/bet_types/f1dba908-7538-4e78-a881-67a245ddded5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1dba908-7538-4e78-a881-67a245ddded5",
    "match": "https://api-prod.gambitprofit.com/api/matches/30bcc678-a5c6-4b53-81d1-e59e14931dd0/?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": "Seattle Kraken",
                "amount": 5984.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4016.0
            }
        ],
        "expected_reward_tokens": 9155.52,
        "profit_sb": 155.52,
        "profit_sb_percentage": 1.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "1aa77483-769a-4410-a4fd-6674ebdb1835",
            "gambit_id": "6517b89c-d8de-4072-870e-bdd804f26b37",
            "last_updated": "2022-11-14T15:07:45.565228-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.53000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1dba908-7538-4e78-a881-67a245ddded5/?format=api"
        },
        {
            "id": "2d367aa2-7b93-4e6d-a0a9-ecf6e4d7dcf5",
            "gambit_id": "c64836c1-2b2a-492e-a779-49459b22d541",
            "last_updated": "2022-11-14T15:07:45.566126-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.28000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1dba908-7538-4e78-a881-67a245ddded5/?format=api"
        }
    ]
}