GET /api/bet_types/d3087dc6-b907-469f-b8bf-62dcbcf042b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3087dc6-b907-469f-b8bf-62dcbcf042b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cea869e-4337-47a5-aad8-33182a25531c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-18T09:16:51.794255-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "dab47950-3f19-48a8-9be4-98870d7c847b",
            "gambit_id": "870cb555-01f8-46cc-90a6-96c8028bb694",
            "last_updated": "2023-01-19T09:32:10.398080-05:00",
            "created_at": "2023-01-18T09:16:51.796945-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3087dc6-b907-469f-b8bf-62dcbcf042b1/?format=api"
        },
        {
            "id": "db541780-65ad-4401-9618-dcfdab16c154",
            "gambit_id": "a91eb92f-a70c-40ec-9d40-0e74a7e0f05e",
            "last_updated": "2023-01-19T09:32:10.396955-05:00",
            "created_at": "2023-01-18T09:16:51.795586-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3087dc6-b907-469f-b8bf-62dcbcf042b1/?format=api"
        }
    ]
}