GET /api/bet_types/e313fe4b-1283-470b-8204-10814fb01d52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e313fe4b-1283-470b-8204-10814fb01d52",
    "match": "https://api-prod.gambitprofit.com/api/matches/96d6d92c-0b38-464e-b095-43568e2f68fd/?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": "Denmark",
                "amount": 7186.0
            },
            {
                "team": "Draw",
                "amount": 2814.0
            }
        ],
        "expected_reward_tokens": 9988.54,
        "profit_sb": 988.54,
        "profit_sb_percentage": 10.98,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Denmark",
                "amount": 6256.0
            },
            {
                "team": "Draw",
                "amount": 2450.0
            },
            {
                "team": "Tunisia",
                "amount": 1294.0
            }
        ],
        "expected_reward_tokens": 8695.68,
        "profit_sb": -304.32,
        "profit_sb_percentage": -3.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a0be2fb-c398-4fed-8def-898af0c062a1",
            "gambit_id": "e9369ca7-b050-43d8-aa64-dca837826f5f",
            "last_updated": "2022-11-23T09:57:23.563060-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denmark",
            "reward": "1.39000",
            "odds": "1.44000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e313fe4b-1283-470b-8204-10814fb01d52/?format=api"
        },
        {
            "id": "5c56547d-d08d-44cb-879e-1550dffadff1",
            "gambit_id": "0251ed0d-3535-428f-a75a-0be31276008f",
            "last_updated": "2022-11-23T09:57:23.564041-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.55000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e313fe4b-1283-470b-8204-10814fb01d52/?format=api"
        },
        {
            "id": "1b283323-668c-47c8-991a-aebfb3e2d862",
            "gambit_id": "97be603c-f81e-4add-9b15-9c3c2e024426",
            "last_updated": "2022-11-23T09:57:23.562076-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tunisia",
            "reward": "6.72000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e313fe4b-1283-470b-8204-10814fb01d52/?format=api"
        }
    ]
}