GET /api/bet_types/74a9bee9-a964-4ab7-8e15-9079da63d207/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74a9bee9-a964-4ab7-8e15-9079da63d207",
    "match": "https://api-prod.gambitprofit.com/api/matches/d850dc1b-8b47-4a25-9a5f-84ee240d4703/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:01.673136-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "60cad731-4013-45a8-978f-3e17a743cf7b",
            "gambit_id": "e8bc5a50-8446-4ce6-9966-3c52f852c536",
            "last_updated": "2023-03-10T09:57:20.816666-05:00",
            "created_at": "2023-03-09T09:02:01.674389-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74a9bee9-a964-4ab7-8e15-9079da63d207/?format=api"
        },
        {
            "id": "2a05fd3a-2249-4a78-a15e-14b6ca8eab79",
            "gambit_id": "09a0b18a-08f6-469c-9c6c-baf08ed3a8a6",
            "last_updated": "2023-03-10T09:57:20.817855-05:00",
            "created_at": "2023-03-09T09:02:01.675865-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74a9bee9-a964-4ab7-8e15-9079da63d207/?format=api"
        }
    ]
}