GET /api/bet_types/828328f2-e1b8-4b32-9c1f-b89f102b2970/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "828328f2-e1b8-4b32-9c1f-b89f102b2970",
    "match": "https://api-prod.gambitprofit.com/api/matches/a7a9d710-51cf-4c75-a715-a26f7145f3ca/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T22:56:58.067272-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": "Team Liquid",
                "amount": 6263.0
            },
            {
                "team": "OG",
                "amount": 3737.0
            }
        ],
        "expected_reward_tokens": 8705.57,
        "profit_sb": -794.43,
        "profit_sb_percentage": -8.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "a64d4982-d35a-451f-9a9c-8dd9d7935a25",
            "gambit_id": "e7a57f63-4076-436b-9b5a-3e8fc6ad2530",
            "last_updated": "2023-01-23T12:07:20.479018-05:00",
            "created_at": "2023-01-19T22:56:58.068564-05:00",
            "name": "Team Liquid",
            "reward": "1.39000",
            "odds": "1.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/828328f2-e1b8-4b32-9c1f-b89f102b2970/?format=api"
        },
        {
            "id": "372e4f5e-a5b1-41ec-acfd-dcfe6efea0cf",
            "gambit_id": "4cc39d9c-7492-40dd-a211-415f4197ce7e",
            "last_updated": "2023-01-23T12:07:20.480154-05:00",
            "created_at": "2023-01-19T22:56:58.069863-05:00",
            "name": "OG",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/828328f2-e1b8-4b32-9c1f-b89f102b2970/?format=api"
        }
    ]
}