GET /api/bet_types/3d458a18-63bb-4288-8a98-fe3824234ec7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3d458a18-63bb-4288-8a98-fe3824234ec7",
    "match": "https://api-prod.gambitprofit.com/api/matches/55eb988f-08da-43b6-92a1-fcecb12307cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:57.280191-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "999511b8-dc34-4c31-8a1e-82a3d9b9a39a",
            "gambit_id": "3ca4dd61-8630-4141-b800-12a9200408de",
            "last_updated": "2022-12-24T18:56:52.271709-05:00",
            "created_at": "2022-12-23T09:06:57.281353-05:00",
            "name": "Phoenix Suns",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d458a18-63bb-4288-8a98-fe3824234ec7/?format=api"
        },
        {
            "id": "96dabc92-56a0-491c-ad9a-d7445b255241",
            "gambit_id": "a56bb20c-7704-4d2d-a58e-017f994ebd32",
            "last_updated": "2022-12-24T18:56:52.272773-05:00",
            "created_at": "2022-12-23T09:06:57.282553-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3d458a18-63bb-4288-8a98-fe3824234ec7/?format=api"
        }
    ]
}