GET /api/bet_types/e21fbee2-d1af-4c58-beac-40392aad8762/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e21fbee2-d1af-4c58-beac-40392aad8762",
    "match": "https://api-prod.gambitprofit.com/api/matches/044ca4dd-c206-44ab-810b-050db7d10df5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-16T09:47:05.835268-04: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": "PIT",
                "amount": 6169.0
            },
            {
                "team": "DET",
                "amount": 3831.0
            }
        ],
        "expected_reward_tokens": 9500.26,
        "profit_sb": 0.26,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7dfecb3d-ef9f-403a-810a-eb20eab99f2d",
            "gambit_id": "3926c3c3-b812-44df-893a-0758a7b587f7",
            "last_updated": "2023-05-18T11:47:16.848381-04:00",
            "created_at": "2023-05-16T09:47:05.838569-04:00",
            "name": "PIT",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e21fbee2-d1af-4c58-beac-40392aad8762/?format=api"
        },
        {
            "id": "11a6779c-fe1e-4517-8a8b-2a8c293455a7",
            "gambit_id": "f9386d26-20c3-4a9f-8bd9-e6879d3fa9b7",
            "last_updated": "2023-05-18T11:47:16.846876-04:00",
            "created_at": "2023-05-16T09:47:05.836910-04:00",
            "name": "DET",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e21fbee2-d1af-4c58-beac-40392aad8762/?format=api"
        }
    ]
}