GET /api/bet_types/56d6f7a6-1e5a-4a2e-a7a1-89693d94be8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "56d6f7a6-1e5a-4a2e-a7a1-89693d94be8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/570b9ddd-d158-459c-96d9-8c95a7270baa/?format=api",
    "name": "Play the Odds",
    "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": "OAK",
                "amount": 5492.0
            },
            {
                "team": "LAA",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "23afa492-51fb-4a14-9d44-f22b475e0a73",
            "gambit_id": "90de8d01-4a91-4d66-a5a1-17a8d659def8",
            "last_updated": "2022-09-29T10:22:29.639977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56d6f7a6-1e5a-4a2e-a7a1-89693d94be8c/?format=api"
        },
        {
            "id": "f563dcb6-38c3-4cd4-adbf-a6f059720c63",
            "gambit_id": "bcafb6b2-751a-4a81-b899-763deaf5977c",
            "last_updated": "2022-09-29T10:22:29.638988-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56d6f7a6-1e5a-4a2e-a7a1-89693d94be8c/?format=api"
        }
    ]
}