GET /api/bet_types/a966dea5-b644-4372-84f8-477cc1e3e601/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a966dea5-b644-4372-84f8-477cc1e3e601",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f90942e-9085-49fc-a61f-5b24f4344543/?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": "Manchester City",
                "amount": 7780.0
            },
            {
                "team": "Draw",
                "amount": 2220.0
            }
        ],
        "expected_reward_tokens": 10345.2,
        "profit_sb": 1345.2,
        "profit_sb_percentage": 14.95,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 6742.0
            },
            {
                "team": "Draw",
                "amount": 1924.0
            },
            {
                "team": "West Ham United",
                "amount": 1334.0
            }
        ],
        "expected_reward_tokens": 8964.48,
        "profit_sb": -35.52,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "d0c8a1a3-633d-4b5f-ae0b-37f6102a581b",
            "gambit_id": "bcd83ee9-e424-4a02-b515-f0732cffd869",
            "last_updated": "2022-08-08T20:17:15.113628-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester City",
            "reward": "1.33000",
            "odds": "1.36000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a966dea5-b644-4372-84f8-477cc1e3e601/?format=api"
        },
        {
            "id": "e3c81a5b-8db4-4b11-803a-3bd4d811bcab",
            "gambit_id": "c061930a-80e4-47d6-a151-b39a55619220",
            "last_updated": "2022-08-08T20:17:15.113224-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.66000",
            "odds": "5.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a966dea5-b644-4372-84f8-477cc1e3e601/?format=api"
        },
        {
            "id": "19884e41-1a8b-4206-a124-aa843c3cda6a",
            "gambit_id": "feee2eb4-6b69-4e7f-8589-f56e1fdbf87d",
            "last_updated": "2022-08-08T20:17:15.112810-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Ham United",
            "reward": "6.72000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a966dea5-b644-4372-84f8-477cc1e3e601/?format=api"
        }
    ]
}