GET /api/bet_types/af9e5090-15f6-4f4e-9436-8f4a0baa342f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af9e5090-15f6-4f4e-9436-8f4a0baa342f",
    "match": "https://api-prod.gambitprofit.com/api/matches/728a7c95-e60e-476b-b05e-85c943952187/?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": "Tottenham",
                "amount": 5440.0
            },
            {
                "team": "Olympique Marseille",
                "amount": 4560.0
            }
        ],
        "expected_reward_tokens": 12129.6,
        "profit_sb": 3129.6,
        "profit_sb_percentage": 34.77,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Tottenham",
                "amount": 3895.0
            },
            {
                "team": "Olympique Marseille",
                "amount": 3266.0
            },
            {
                "team": "Draw",
                "amount": 2839.0
            }
        ],
        "expected_reward_tokens": 8685.85,
        "profit_sb": -314.15,
        "profit_sb_percentage": -3.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "21ccff42-8e1e-4976-aa4b-c5c8ba033423",
            "gambit_id": "3d2436ba-403e-4ece-8a41-54dc32db968f",
            "last_updated": "2022-11-02T21:02:13.462071-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af9e5090-15f6-4f4e-9436-8f4a0baa342f/?format=api"
        },
        {
            "id": "1483560b-ca11-4c69-8ec0-0bf83accb152",
            "gambit_id": "5f2dfa25-19c2-4199-af87-57dfdc48f5bd",
            "last_updated": "2022-11-02T21:02:13.463048-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Olympique Marseille",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af9e5090-15f6-4f4e-9436-8f4a0baa342f/?format=api"
        },
        {
            "id": "0d9300b6-5b31-4ec5-906b-a8c14022ede3",
            "gambit_id": "300ea771-c666-458b-850f-81658fac4ff9",
            "last_updated": "2022-11-02T21:02:13.464008-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.06000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af9e5090-15f6-4f4e-9436-8f4a0baa342f/?format=api"
        }
    ]
}