GET /api/bet_types/c4aadba5-ad32-40b1-95a0-40e7696cb02d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4aadba5-ad32-40b1-95a0-40e7696cb02d",
    "match": "https://api-prod.gambitprofit.com/api/matches/02f670f4-c049-4dde-9259-ca38e90032b1/?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": "FC Barcelona",
                "amount": 5542.0
            },
            {
                "team": "FC Bayern Munich",
                "amount": 4458.0
            }
        ],
        "expected_reward_tokens": 12303.24,
        "profit_sb": 2803.24,
        "profit_sb_percentage": 29.51,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Barcelona",
                "amount": 4195.0
            },
            {
                "team": "FC Bayern Munich",
                "amount": 3374.0
            },
            {
                "team": "Draw",
                "amount": 2431.0
            }
        ],
        "expected_reward_tokens": 9310.73,
        "profit_sb": -189.27,
        "profit_sb_percentage": -1.99,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d07e8f4-34db-4eb0-9064-827719d1f928",
            "gambit_id": "d8e6d44d-ca77-47cf-810b-a47655dd26c5",
            "last_updated": "2022-10-27T12:02:06.585212-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Barcelona",
            "reward": "2.22000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4aadba5-ad32-40b1-95a0-40e7696cb02d/?format=api"
        },
        {
            "id": "fa57ac3a-24e5-4be1-80a1-b83b93750b51",
            "gambit_id": "0adca964-2e70-4914-ae4c-dbe67fb5c0e8",
            "last_updated": "2022-10-27T12:02:06.587301-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Bayern Munich",
            "reward": "2.76000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4aadba5-ad32-40b1-95a0-40e7696cb02d/?format=api"
        },
        {
            "id": "19bd4e48-0881-46a0-a444-a99328dbe5d1",
            "gambit_id": "36d40bf2-a7c3-457a-82f1-7ce183334d66",
            "last_updated": "2022-10-27T12:02:06.586300-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.83000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4aadba5-ad32-40b1-95a0-40e7696cb02d/?format=api"
        }
    ]
}