GET /api/bet_types/cc79b324-92c0-47e1-96b7-dbcaf2b39750/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc79b324-92c0-47e1-96b7-dbcaf2b39750",
    "match": "https://api-prod.gambitprofit.com/api/matches/21edb8a8-420b-4ec6-bd97-966a10dd3490/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-24T08:58:07.157398-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": "PIT",
                "amount": 5599.0
            },
            {
                "team": "MIA",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "9ba36a10-5280-4b15-81ff-2d60ca953e38",
            "gambit_id": "9ad817c7-eb52-4f30-92ae-970e00b1a163",
            "last_updated": "2023-06-26T10:33:15.850382-04:00",
            "created_at": "2023-06-24T08:58:07.159323-04:00",
            "name": "PIT",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc79b324-92c0-47e1-96b7-dbcaf2b39750/?format=api"
        },
        {
            "id": "683c63fe-9d8c-4df6-a592-eddd27d974d6",
            "gambit_id": "3f711a5b-5f14-472e-89a5-ba7ecba2ef1d",
            "last_updated": "2023-06-26T10:33:15.852610-04:00",
            "created_at": "2023-06-24T08:58:07.161312-04:00",
            "name": "MIA",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc79b324-92c0-47e1-96b7-dbcaf2b39750/?format=api"
        }
    ]
}