GET /api/bet_types/efff9b98-8eff-4883-a1dc-d250fe069f99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efff9b98-8eff-4883-a1dc-d250fe069f99",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f450973-2c24-49f0-9582-acaa9610b2ea/?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": "Japan",
                "amount": 7079.0
            },
            {
                "team": "Draw",
                "amount": 2921.0
            }
        ],
        "expected_reward_tokens": 10193.76,
        "profit_sb": 1193.76,
        "profit_sb_percentage": 13.26,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Japan",
                "amount": 6086.0
            },
            {
                "team": "Draw",
                "amount": 2511.0
            },
            {
                "team": "Costa Rica",
                "amount": 1402.0
            }
        ],
        "expected_reward_tokens": 8762.5,
        "profit_sb": -237.5,
        "profit_sb_percentage": -2.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7265f76-d390-420f-9fbd-6d05bd9094e1",
            "gambit_id": "c8ffc032-9f87-41dd-b5fa-9ab2b481de4b",
            "last_updated": "2022-11-28T11:57:10.269597-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Japan",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efff9b98-8eff-4883-a1dc-d250fe069f99/?format=api"
        },
        {
            "id": "daced3a7-ff4c-4c90-9b25-068b6770130b",
            "gambit_id": "3bddfe3c-d334-46f7-a82d-72a7444a6317",
            "last_updated": "2022-11-28T11:57:10.270580-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.49000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efff9b98-8eff-4883-a1dc-d250fe069f99/?format=api"
        },
        {
            "id": "8cf35d52-96cb-424d-b3f6-9090b0b160b7",
            "gambit_id": "129925b9-5c87-41b2-ad1d-42ef6009cbe9",
            "last_updated": "2022-11-28T11:57:10.268598-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Costa Rica",
            "reward": "6.25000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efff9b98-8eff-4883-a1dc-d250fe069f99/?format=api"
        }
    ]
}