GET /api/bet_types/ba1dcb7c-90cd-4454-9e7a-b01026f5b8a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba1dcb7c-90cd-4454-9e7a-b01026f5b8a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/d94f273b-2b47-4ca6-858d-7cb4e20a78a3/?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": "Poland",
                "amount": 5051.0
            },
            {
                "team": "Mexico",
                "amount": 4949.0
            }
        ],
        "expected_reward_tokens": 12372.5,
        "profit_sb": 3372.5,
        "profit_sb_percentage": 37.47,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Poland",
                "amount": 3451.0
            },
            {
                "team": "Mexico",
                "amount": 3382.0
            },
            {
                "team": "Draw",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 8454.95,
        "profit_sb": -545.05,
        "profit_sb_percentage": -6.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "9dcc5032-02e8-4455-88db-dfb5d21d6596",
            "gambit_id": "0e211902-e718-4dfd-8629-638b3fbcdb56",
            "last_updated": "2022-11-23T09:57:23.704880-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Poland",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba1dcb7c-90cd-4454-9e7a-b01026f5b8a8/?format=api"
        },
        {
            "id": "72f63c74-f99c-4dfa-9f94-0169a4478f63",
            "gambit_id": "a3a1cd1f-0ebf-4403-ae71-8ecba8dabea2",
            "last_updated": "2022-11-23T09:57:23.705842-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mexico",
            "reward": "2.50000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba1dcb7c-90cd-4454-9e7a-b01026f5b8a8/?format=api"
        },
        {
            "id": "02febc1a-4b40-4f83-b3a1-c767b8a3bacf",
            "gambit_id": "ba45cc32-a44e-4c0c-9c1d-9613bad4b31b",
            "last_updated": "2022-11-23T09:57:23.706796-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.67000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba1dcb7c-90cd-4454-9e7a-b01026f5b8a8/?format=api"
        }
    ]
}