GET /api/bet_types/37b7b3b3-a485-4e3d-9a72-a38e88f18f76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37b7b3b3-a485-4e3d-9a72-a38e88f18f76",
    "match": "https://api-prod.gambitprofit.com/api/matches/995d9ae0-528d-41e2-8516-6b1f25fdd0da/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-16T09:21:55.358498-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": "St Louis Blues",
                "amount": 6326.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 3674.0
            }
        ],
        "expected_reward_tokens": 9552.26,
        "profit_sb": 52.26,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ddf943d-d201-4893-ae1a-db36eef2c959",
            "gambit_id": "f5b0ec1d-6564-4aba-944b-7fc04891426c",
            "last_updated": "2023-02-17T09:52:02.753872-05:00",
            "created_at": "2023-02-16T09:21:55.359734-05:00",
            "name": "St Louis Blues",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37b7b3b3-a485-4e3d-9a72-a38e88f18f76/?format=api"
        },
        {
            "id": "5820deb3-8904-4b00-957b-f867b6d882b5",
            "gambit_id": "770aeb69-d072-4b94-9743-7c5f37c47e90",
            "last_updated": "2023-02-17T09:52:02.755051-05:00",
            "created_at": "2023-02-16T09:21:55.361054-05:00",
            "name": "New Jersey Devils",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37b7b3b3-a485-4e3d-9a72-a38e88f18f76/?format=api"
        }
    ]
}