GET /api/bet_types/e5ec99d1-78a9-44b1-a496-205265d10025/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e5ec99d1-78a9-44b1-a496-205265d10025",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2d5a177-824a-4fe5-a051-5a6eb5f72fdb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-04T16:22:11.355731-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": "Vegas Vipers",
                "amount": 5000.0
            },
            {
                "team": "Seattle Sea Dragons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8237bb0-d1b3-4654-aebd-9db58acba615",
            "gambit_id": "f1020067-8ee0-4b5f-b74f-3f5cc1686b20",
            "last_updated": "2023-03-06T15:06:52.288618-05:00",
            "created_at": "2023-03-04T16:22:11.356967-05:00",
            "name": "Vegas Vipers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5ec99d1-78a9-44b1-a496-205265d10025/?format=api"
        },
        {
            "id": "fde4bdc1-e0fa-4b41-80d1-f190a6d8d2f1",
            "gambit_id": "0b810c36-0e66-4a9b-b0a1-1b6ae499b0b8",
            "last_updated": "2023-03-06T15:06:52.289852-05:00",
            "created_at": "2023-03-04T16:22:11.358241-05:00",
            "name": "Seattle Sea Dragons",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5ec99d1-78a9-44b1-a496-205265d10025/?format=api"
        }
    ]
}