GET /api/bet_types/9f90de75-d03e-4eb3-8709-5103ae9b894d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f90de75-d03e-4eb3-8709-5103ae9b894d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ca62da4-7a7a-4c73-8f04-94f1b6aaed9a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T08:28:25.051644-04: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": "CWS (J Scholtens)",
                "amount": 5714.0
            },
            {
                "team": "OAK (K Waldichuk)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "49dead9c-1873-4a60-ba23-9bccc8d2d4e4",
            "gambit_id": "72443985-e929-4c3d-9ece-79bbf35cebdb",
            "last_updated": "2023-08-25T19:03:03.716607-04:00",
            "created_at": "2023-08-24T08:28:25.060837-04:00",
            "name": "CWS (J Scholtens)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f90de75-d03e-4eb3-8709-5103ae9b894d/?format=api"
        },
        {
            "id": "c87693c9-bf89-4686-a098-df90a8240f72",
            "gambit_id": "1f43029c-010a-400b-b588-6a7ece9d6ad9",
            "last_updated": "2023-08-25T19:03:03.712860-04:00",
            "created_at": "2023-08-24T08:28:25.056557-04:00",
            "name": "OAK (K Waldichuk)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f90de75-d03e-4eb3-8709-5103ae9b894d/?format=api"
        }
    ]
}