GET /api/bet_types/5776e92b-ecf1-47d6-9678-0fae41afe6de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5776e92b-ecf1-47d6-9678-0fae41afe6de",
    "match": "https://api-prod.gambitprofit.com/api/matches/d1129d19-80a9-43b4-8812-6a3b65ac6367/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T09:27:14.791646-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c74cf2f5-79ab-4f08-904b-6c0a486f905d",
            "gambit_id": "2f51e6cb-b5f7-4b1e-8024-81a1a7fef061",
            "last_updated": "2023-04-08T20:52:05.159767-04:00",
            "created_at": "2023-04-07T09:27:14.793728-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5776e92b-ecf1-47d6-9678-0fae41afe6de/?format=api"
        },
        {
            "id": "fb1554aa-8b3f-470e-acbd-a3b26fec8b2d",
            "gambit_id": "118e7483-79cd-4b0f-a253-32dbeba5953e",
            "last_updated": "2023-04-08T20:52:05.161836-04:00",
            "created_at": "2023-04-07T09:27:14.796258-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5776e92b-ecf1-47d6-9678-0fae41afe6de/?format=api"
        }
    ]
}