GET /api/bet_types/aadf49cc-41fe-488f-86ac-5900e2102a06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aadf49cc-41fe-488f-86ac-5900e2102a06",
    "match": "https://api-prod.gambitprofit.com/api/matches/234ef3f6-d1a9-4904-964d-b8c213d61b1f/?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": "Kansas City Chiefs",
                "amount": 7627.0
            },
            {
                "team": "Denver Broncos",
                "amount": 2373.0
            }
        ],
        "expected_reward_tokens": 9228.67,
        "profit_sb": 228.67,
        "profit_sb_percentage": 2.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "78520a65-30f6-48ee-b10d-ce3a6bd72d61",
            "gambit_id": "aa4df0bd-efbd-4249-87b9-d12db92d56b2",
            "last_updated": "2022-12-12T10:22:11.985538-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas City Chiefs",
            "reward": "1.21000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aadf49cc-41fe-488f-86ac-5900e2102a06/?format=api"
        },
        {
            "id": "b1fcddc4-d613-44ef-b425-e40e9428b415",
            "gambit_id": "46dde828-93ea-4c7e-af2d-5db321d858f9",
            "last_updated": "2022-12-12T10:22:11.984485-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "3.89000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aadf49cc-41fe-488f-86ac-5900e2102a06/?format=api"
        }
    ]
}