GET /api/bet_types/697a3578-16f9-4461-ae91-f58115640163/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "697a3578-16f9-4461-ae91-f58115640163",
    "match": "https://api-prod.gambitprofit.com/api/matches/19e0c186-58a5-4ab7-9426-af245e25db9b/?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": "Denver Broncos",
                "amount": 5399.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "ebe91e73-36c3-498f-b1f1-2be9b01c0ab8",
            "gambit_id": "e790c0ba-960e-4b4d-918a-e10036dfad03",
            "last_updated": "2022-12-19T13:32:09.435792-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/697a3578-16f9-4461-ae91-f58115640163/?format=api"
        },
        {
            "id": "7d6260bc-6166-4373-b418-5ba0684a3089",
            "gambit_id": "1dfa81b6-10bf-4643-8f54-81cd6718347a",
            "last_updated": "2022-12-19T13:32:09.436893-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/697a3578-16f9-4461-ae91-f58115640163/?format=api"
        }
    ]
}