GET /api/bet_types/df51d983-7687-4129-b12d-00adc2658543/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df51d983-7687-4129-b12d-00adc2658543",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce95bccc-a46c-41c7-8781-db0401422b9c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-01T09:03:22.023010-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": "TOR (H Ryu)",
                "amount": 5157.0
            },
            {
                "team": "BAL (K Bradish)",
                "amount": 4843.0
            }
        ],
        "expected_reward_tokens": 9540.45,
        "profit_sb": 40.45,
        "profit_sb_percentage": 0.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff141d9d-37ff-4a6f-8478-4734d68f9026",
            "gambit_id": "0fdd05f4-9e76-4cb1-8f3c-b3c57601a0a7",
            "last_updated": "2023-08-02T19:08:00.291789-04:00",
            "created_at": "2023-08-01T09:03:22.033524-04:00",
            "name": "TOR (H Ryu)",
            "reward": "1.85000",
            "odds": "1.89290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df51d983-7687-4129-b12d-00adc2658543/?format=api"
        },
        {
            "id": "bcaa6168-71c6-43ef-aec9-1d1ac451150f",
            "gambit_id": "8599ac02-d7bf-43c8-a025-0b4a210c563a",
            "last_updated": "2023-08-02T19:08:00.287702-04:00",
            "created_at": "2023-08-01T09:03:22.028287-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.97000",
            "odds": "2.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df51d983-7687-4129-b12d-00adc2658543/?format=api"
        }
    ]
}