GET /api/bet_types/37b49591-3292-41cf-b986-18678fbf6f78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37b49591-3292-41cf-b986-18678fbf6f78",
    "match": "https://api-prod.gambitprofit.com/api/matches/306dba52-fddd-48d0-987f-adf887146c55/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T23:37:55.088663-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 6667.0
            },
            {
                "team": "Draw",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 12132.12,
        "profit_sb": 2632.12,
        "profit_sb_percentage": 27.71,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Newcastle United",
                "amount": 5079.0
            },
            {
                "team": "Draw",
                "amount": 2539.0
            },
            {
                "team": "Fulham",
                "amount": 2382.0
            }
        ],
        "expected_reward_tokens": 9241.96,
        "profit_sb": -258.04,
        "profit_sb_percentage": -2.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "f9efbaa9-5cf5-4060-a504-9ed40179488d",
            "gambit_id": "eed8208c-d452-4944-bfca-8cafbba860ba",
            "last_updated": "2023-12-19T10:18:20.117379-05:00",
            "created_at": "2023-12-15T23:37:55.101025-05:00",
            "name": "Newcastle United",
            "reward": "1.82000",
            "odds": "1.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37b49591-3292-41cf-b986-18678fbf6f78/?format=api"
        },
        {
            "id": "260e3524-89e8-4760-8e12-7e4bff2fe82f",
            "gambit_id": "08ca9e15-399c-4699-82b7-f25e873c96db",
            "last_updated": "2023-12-19T10:18:20.114159-05:00",
            "created_at": "2023-12-15T23:37:55.093681-05:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37b49591-3292-41cf-b986-18678fbf6f78/?format=api"
        },
        {
            "id": "0704a94d-368f-4a96-a994-0cdcbf7eec78",
            "gambit_id": "752458a2-8db2-41f5-afe2-33e0dd69ecce",
            "last_updated": "2023-12-19T10:18:20.122129-05:00",
            "created_at": "2023-12-15T23:37:55.104992-05:00",
            "name": "Fulham",
            "reward": "3.88000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37b49591-3292-41cf-b986-18678fbf6f78/?format=api"
        }
    ]
}