GET /api/bet_types/51bd9bf9-7602-4f8e-bc0b-340f2ff683c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51bd9bf9-7602-4f8e-bc0b-340f2ff683c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/22d0aaf4-18e6-4d86-b7ff-2b8dada46699/?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": "France",
                "amount": 6542.0
            },
            {
                "team": "Draw",
                "amount": 3458.0
            }
        ],
        "expected_reward_tokens": 10858.12,
        "profit_sb": 1858.12,
        "profit_sb_percentage": 20.65,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "France",
                "amount": 5185.0
            },
            {
                "team": "Draw",
                "amount": 2741.0
            },
            {
                "team": "Denmark",
                "amount": 2074.0
            }
        ],
        "expected_reward_tokens": 8606.74,
        "profit_sb": -393.26,
        "profit_sb_percentage": -4.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a3c4364-3074-4f47-b784-19c68cbbdd7d",
            "gambit_id": "d24c11ee-18e4-4646-b9c1-98cea9117d14",
            "last_updated": "2022-11-28T11:32:07.867195-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "France",
            "reward": "1.66000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51bd9bf9-7602-4f8e-bc0b-340f2ff683c1/?format=api"
        },
        {
            "id": "40c568df-f3c9-4c70-a023-ecfae66a2baa",
            "gambit_id": "228edd0d-606a-44f2-babe-76d9b5d61cce",
            "last_updated": "2022-11-28T11:32:07.868348-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.14000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51bd9bf9-7602-4f8e-bc0b-340f2ff683c1/?format=api"
        },
        {
            "id": "89fce8c0-355e-4063-bc3d-fd609c2ed283",
            "gambit_id": "d637c3e6-6928-480a-9320-7dde3c191e0f",
            "last_updated": "2022-11-28T11:32:07.866057-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denmark",
            "reward": "4.15000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51bd9bf9-7602-4f8e-bc0b-340f2ff683c1/?format=api"
        }
    ]
}