GET /api/bet_types/21cffdd8-a31e-47e4-b3f5-0094ca403a15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21cffdd8-a31e-47e4-b3f5-0094ca403a15",
    "match": "https://api-prod.gambitprofit.com/api/matches/9712c488-d16e-4240-bb71-8ce70c57ebe0/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Toronto Maple Leafs",
                "amount": 5304.0
            },
            {
                "team": "New York Rangers",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "5fedd4de-a59e-41cf-b52a-c58f9028943c",
            "gambit_id": "a6ff7634-45ff-4b0a-a68b-ad987fc758b6",
            "last_updated": "2022-12-17T09:57:43.436107-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21cffdd8-a31e-47e4-b3f5-0094ca403a15/?format=api"
        },
        {
            "id": "6c043a09-e4a1-4661-bac4-4745466fe71f",
            "gambit_id": "e648a73e-ffdb-457d-b98d-fdfc18602553",
            "last_updated": "2022-12-17T09:57:43.435007-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21cffdd8-a31e-47e4-b3f5-0094ca403a15/?format=api"
        }
    ]
}