GET /api/bet_types/f064867d-62ca-4f2c-afd9-fbee3fd6ee1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f064867d-62ca-4f2c-afd9-fbee3fd6ee1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/386dd4b9-7665-49d9-9bdd-db65f3e04f0b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T10:08:20.785202-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 7186.0
            },
            {
                "team": "Draw",
                "amount": 2814.0
            }
        ],
        "expected_reward_tokens": 11424.84,
        "profit_sb": 1924.84,
        "profit_sb_percentage": 20.26,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Aston Villa",
                "amount": 5809.0
            },
            {
                "team": "Draw",
                "amount": 2275.0
            },
            {
                "team": "Sheffield United",
                "amount": 1916.0
            }
        ],
        "expected_reward_tokens": 9235.12,
        "profit_sb": -264.88,
        "profit_sb_percentage": -2.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2ee7bf4-83d7-4faa-a648-93a3ea9aae13",
            "gambit_id": "432d330b-0c25-4dc5-97ba-b9972fee2f51",
            "last_updated": "2024-02-05T14:33:26.991775-05:00",
            "created_at": "2024-02-02T10:08:20.801549-05:00",
            "name": "Aston Villa",
            "reward": "1.59000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f064867d-62ca-4f2c-afd9-fbee3fd6ee1d/?format=api"
        },
        {
            "id": "a0526a1c-3ad1-42fa-a289-97c04fd722e3",
            "gambit_id": "1fc67a71-769d-4475-a092-750d360215f6",
            "last_updated": "2024-02-05T14:33:26.984795-05:00",
            "created_at": "2024-02-02T10:08:20.791401-05:00",
            "name": "Draw",
            "reward": "4.06000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f064867d-62ca-4f2c-afd9-fbee3fd6ee1d/?format=api"
        },
        {
            "id": "b6d4f675-9c3f-4259-ba7a-78396a5c0ff8",
            "gambit_id": "e63eff47-9cec-4ad9-b944-64065725c946",
            "last_updated": "2024-02-05T14:33:26.988237-05:00",
            "created_at": "2024-02-02T10:08:20.796584-05:00",
            "name": "Sheffield United",
            "reward": "4.82000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f064867d-62ca-4f2c-afd9-fbee3fd6ee1d/?format=api"
        }
    ]
}