GET /api/bet_types/f93d1887-2596-46d2-8358-29c95fd429f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f93d1887-2596-46d2-8358-29c95fd429f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/90b3e08e-7abe-4b92-a8cc-7b7cc1733e4a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-06T08:32:15.869845-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7ae9202-8c6e-4f77-9fc4-d437663cc2db",
            "gambit_id": "cd3518f6-4161-4f9d-a6e1-dbe4f0eab2a2",
            "last_updated": "2023-02-07T10:22:15.477368-05:00",
            "created_at": "2023-02-06T08:32:15.871072-05:00",
            "name": "Utah Jazz",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f93d1887-2596-46d2-8358-29c95fd429f3/?format=api"
        },
        {
            "id": "67aef685-2d4c-40d3-90ca-3d4af7993ccb",
            "gambit_id": "444c4704-9936-4ad1-b25a-761655adc03e",
            "last_updated": "2023-02-07T10:22:15.478716-05:00",
            "created_at": "2023-02-06T08:32:15.872360-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f93d1887-2596-46d2-8358-29c95fd429f3/?format=api"
        }
    ]
}