GET /api/bet_types/bfa01a98-4835-4c18-af85-3e04e2cfec4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfa01a98-4835-4c18-af85-3e04e2cfec4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4940fe6-751d-40bb-934e-4474fe7120c9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:52:04.902616-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 7204.0
            },
            {
                "team": "Draw",
                "amount": 2796.0
            }
        ],
        "expected_reward_tokens": 11379.72,
        "profit_sb": 1879.72,
        "profit_sb_percentage": 19.79,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester United",
                "amount": 5885.0
            },
            {
                "team": "Draw",
                "amount": 2285.0
            },
            {
                "team": "Brentford",
                "amount": 1830.0
            }
        ],
        "expected_reward_tokens": 9296.4,
        "profit_sb": -203.6,
        "profit_sb_percentage": -2.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "c292c7ea-3e0c-4300-b7e5-7bbc2c58de5b",
            "gambit_id": "e9c05cfd-d973-430b-a6e5-70b1c396713f",
            "last_updated": "2023-04-06T21:31:53.207467-04:00",
            "created_at": "2023-04-05T09:52:04.905946-04:00",
            "name": "Manchester United",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfa01a98-4835-4c18-af85-3e04e2cfec4a/?format=api"
        },
        {
            "id": "92894804-fa55-49d9-9329-17814c8820fe",
            "gambit_id": "b9ee1362-3bf1-4f38-b62d-bc0ba23e62d5",
            "last_updated": "2023-04-06T21:31:53.209966-04:00",
            "created_at": "2023-04-05T09:52:04.907617-04:00",
            "name": "Draw",
            "reward": "4.07000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfa01a98-4835-4c18-af85-3e04e2cfec4a/?format=api"
        },
        {
            "id": "d156c2fa-95b2-4c66-ab0d-890fc1a5fe9d",
            "gambit_id": "f8cf3a83-a525-4d12-bf4e-f82f3d33f45c",
            "last_updated": "2023-04-06T21:31:53.205069-04:00",
            "created_at": "2023-04-05T09:52:04.904222-04:00",
            "name": "Brentford",
            "reward": "5.08000",
            "odds": "5.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfa01a98-4835-4c18-af85-3e04e2cfec4a/?format=api"
        }
    ]
}