GET /api/bet_types/b2c902d3-03e9-4506-a361-6360ba3ead1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2c902d3-03e9-4506-a361-6360ba3ead1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/034f4618-f93b-46a2-865c-26724ae93b40/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-17T13:03:03.604982-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": "Philadelphia Eagles",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "480409b4-cfdc-4670-aa21-c7103c6db2b0",
            "gambit_id": "113e5cb7-29ce-4686-8ab0-58eec0b770d0",
            "last_updated": "2023-08-18T10:28:11.932720-04:00",
            "created_at": "2023-08-17T13:03:03.615739-04:00",
            "name": "Philadelphia Eagles",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c902d3-03e9-4506-a361-6360ba3ead1c/?format=api"
        },
        {
            "id": "faa1495b-1f55-4fb3-b406-fea55f9f72ac",
            "gambit_id": "a6a9499d-800f-44a6-991b-5a1a84e8be27",
            "last_updated": "2023-08-18T10:28:11.929333-04:00",
            "created_at": "2023-08-17T13:03:03.610603-04:00",
            "name": "Cleveland Browns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2c902d3-03e9-4506-a361-6360ba3ead1c/?format=api"
        }
    ]
}