GET /api/bet_types/c92c1971-9446-4aa1-8c40-88ee459e949b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c92c1971-9446-4aa1-8c40-88ee459e949b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a043ac12-e73f-4fb8-b231-74ab389c1741/?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": "Phoenix Suns",
                "amount": 5208.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "33c20900-2e7f-4651-9ada-199ad06603ef",
            "gambit_id": "49616483-8aea-4ada-8819-1a687e065311",
            "last_updated": "2022-11-08T10:57:08.132917-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c92c1971-9446-4aa1-8c40-88ee459e949b/?format=api"
        },
        {
            "id": "5f865821-5c8f-4939-8f12-90342c231af9",
            "gambit_id": "f0f187f4-4a4e-4306-b848-d4e87d803482",
            "last_updated": "2022-11-08T10:57:08.131887-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c92c1971-9446-4aa1-8c40-88ee459e949b/?format=api"
        }
    ]
}