GET /api/bet_types/15234546-1a74-487a-888c-5580e07c4666/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15234546-1a74-487a-888c-5580e07c4666",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7c10f90-609b-4be6-ad66-f83e24e03c81/?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": "Arizona Cardinals",
                "amount": 5610.0
            },
            {
                "team": "New Orleans Saints",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a04fc1a-9a75-4bce-bdf6-9b16da91f8f6",
            "gambit_id": "8ee2fafe-bdc7-427e-a206-d12eca05e1ab",
            "last_updated": "2022-10-21T10:57:30.599534-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15234546-1a74-487a-888c-5580e07c4666/?format=api"
        },
        {
            "id": "ffdc5b8b-e367-4d22-a283-a6aa85003f74",
            "gambit_id": "34cb4785-75aa-41a2-b7d5-164cf31b0ab8",
            "last_updated": "2022-10-21T10:57:30.598575-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Saints",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15234546-1a74-487a-888c-5580e07c4666/?format=api"
        }
    ]
}