GET /api/bet_types/56529656-7a37-4301-9a36-afc1cb91ad0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56529656-7a37-4301-9a36-afc1cb91ad0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9dc48cee-caf8-4168-a4c8-37f2360d2e8c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-25T12:33:01.134802-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": "BOS",
                "amount": 5688.0
            },
            {
                "team": "LOS",
                "amount": 4312.0
            }
        ],
        "expected_reward_tokens": 9442.08,
        "profit_sb": -57.92,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "a0b5fdc9-7ae6-4d23-a9d2-31e8088e043e",
            "gambit_id": "f23b0c88-4135-465f-a9f3-ff4e2316d43b",
            "last_updated": "2023-08-28T18:33:01.472242-04:00",
            "created_at": "2023-08-25T12:33:01.143395-04:00",
            "name": "BOS",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56529656-7a37-4301-9a36-afc1cb91ad0c/?format=api"
        },
        {
            "id": "784cb46a-84fc-412a-9684-b814fefa322c",
            "gambit_id": "a0af7c9e-62de-4a94-8887-0d2dba07cb86",
            "last_updated": "2023-08-28T18:33:01.464434-04:00",
            "created_at": "2023-08-25T12:33:01.138920-04:00",
            "name": "LOS",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56529656-7a37-4301-9a36-afc1cb91ad0c/?format=api"
        }
    ]
}