GET /api/bet_types/fbb636af-17f6-4b32-8433-c133c55c0f17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbb636af-17f6-4b32-8433-c133c55c0f17",
    "match": "https://api-prod.gambitprofit.com/api/matches/855a0048-2c6d-4d6a-a6f9-6887ae04e614/?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": "Belgium",
                "amount": 6239.0
            },
            {
                "team": "Draw",
                "amount": 3761.0
            }
        ],
        "expected_reward_tokens": 11167.81,
        "profit_sb": 2167.81,
        "profit_sb_percentage": 24.09,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Belgium",
                "amount": 4872.0
            },
            {
                "team": "Draw",
                "amount": 2936.0
            },
            {
                "team": "Morocco",
                "amount": 2191.0
            }
        ],
        "expected_reward_tokens": 8719.92,
        "profit_sb": -280.08,
        "profit_sb_percentage": -3.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "09536e56-366c-403e-8426-c679ef4ea3f2",
            "gambit_id": "97b6cd3a-53da-496b-b79b-f7a3f4e175eb",
            "last_updated": "2022-11-28T11:57:10.425427-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Belgium",
            "reward": "1.79000",
            "odds": "1.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb636af-17f6-4b32-8433-c133c55c0f17/?format=api"
        },
        {
            "id": "13d65e36-5cbb-4706-b827-83a71c8978b9",
            "gambit_id": "5f5ee334-0033-4c5e-8d65-8f28559ddf9e",
            "last_updated": "2022-11-28T11:57:10.426535-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.97000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb636af-17f6-4b32-8433-c133c55c0f17/?format=api"
        },
        {
            "id": "d8cbb30c-2b0e-4b40-87a6-be7742d6fcd7",
            "gambit_id": "4d4a3c40-9c81-4ed4-b4a5-641a7b6702a4",
            "last_updated": "2022-11-28T11:57:10.424288-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Morocco",
            "reward": "3.98000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbb636af-17f6-4b32-8433-c133c55c0f17/?format=api"
        }
    ]
}