GET /api/bet_types/f86b9e17-fa4d-4193-8b67-0aeacbad3b25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f86b9e17-fa4d-4193-8b67-0aeacbad3b25",
    "match": "https://api-prod.gambitprofit.com/api/matches/5429a4da-67f9-4ea5-ae67-d58e50cb994b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-06T09:08:17.202636-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": "CWS",
                "amount": 6324.0
            },
            {
                "team": "KAN",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "c58b80b4-7a40-410e-83f6-272b183775ac",
            "gambit_id": "e50e1fdb-30a5-46b1-9d3c-920ee198904f",
            "last_updated": "2023-09-07T20:08:22.274067-04:00",
            "created_at": "2023-09-06T09:08:17.206094-04:00",
            "name": "CWS",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f86b9e17-fa4d-4193-8b67-0aeacbad3b25/?format=api"
        },
        {
            "id": "5d643567-6e7c-4760-b50a-e49092e62922",
            "gambit_id": "c9b35447-94f9-4d3d-b4e1-eea4dfd6d0f7",
            "last_updated": "2023-09-07T20:08:22.277427-04:00",
            "created_at": "2023-09-06T09:08:17.210250-04:00",
            "name": "KAN",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f86b9e17-fa4d-4193-8b67-0aeacbad3b25/?format=api"
        }
    ]
}