GET /api/bet_types/5fb04035-db2a-4dad-ad9a-6ac45394f8a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fb04035-db2a-4dad-ad9a-6ac45394f8a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/f46e28ab-7fb6-4913-832e-88c2de540dc8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-13T08:17:05.399204-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1689376b-60ed-4f6b-9467-ee44256c183b",
            "gambit_id": "9fe15ae3-06b0-4984-9ae9-3108d9c36cf1",
            "last_updated": "2023-02-14T09:36:52.495541-05:00",
            "created_at": "2023-02-13T08:17:05.400544-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fb04035-db2a-4dad-ad9a-6ac45394f8a8/?format=api"
        },
        {
            "id": "53c57f30-d173-46b0-b74e-91239cb53801",
            "gambit_id": "b8a3fe6c-9dd6-4cf4-8955-82a1de344e8a",
            "last_updated": "2023-02-14T09:36:52.496669-05:00",
            "created_at": "2023-02-13T08:17:05.401819-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fb04035-db2a-4dad-ad9a-6ac45394f8a8/?format=api"
        }
    ]
}