GET /api/bet_types/b0323b32-89bd-4fb6-b25d-c00d874354b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0323b32-89bd-4fb6-b25d-c00d874354b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/353076ae-a375-48c6-8f31-bddce28a477b/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 6136.0
            },
            {
                "team": "Leeds United",
                "amount": 3864.0
            }
        ],
        "expected_reward_tokens": 12210.24,
        "profit_sb": 3210.24,
        "profit_sb_percentage": 35.67,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 4445.0
            },
            {
                "team": "Leeds United",
                "amount": 2799.0
            },
            {
                "team": "Draw",
                "amount": 2756.0
            }
        ],
        "expected_reward_tokens": 8844.84,
        "profit_sb": -155.16,
        "profit_sb_percentage": -1.72,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d874107-94e7-44f2-bce2-66179ed9d82c",
            "gambit_id": "de7d6f66-9d0d-4705-baf8-0ee28062776a",
            "last_updated": "2022-09-05T10:47:18.327409-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brentford",
            "reward": "1.99000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0323b32-89bd-4fb6-b25d-c00d874354b6/?format=api"
        },
        {
            "id": "8aa96b85-dc2c-4f98-a615-6880a121a724",
            "gambit_id": "bb249176-1897-4618-9649-02674e65dbfb",
            "last_updated": "2022-09-05T10:47:18.326402-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leeds United",
            "reward": "3.16000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0323b32-89bd-4fb6-b25d-c00d874354b6/?format=api"
        },
        {
            "id": "4ca10b19-3b2b-4fac-bdfe-f69cacfa3b30",
            "gambit_id": "14461009-f8e2-49cf-8834-4cedfb0bd01d",
            "last_updated": "2022-09-05T10:47:18.328372-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.21000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0323b32-89bd-4fb6-b25d-c00d874354b6/?format=api"
        }
    ]
}