GET /api/bet_types/036bf877-7dfe-422f-86d8-d32fdb9b2a62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "036bf877-7dfe-422f-86d8-d32fdb9b2a62",
    "match": "https://api-prod.gambitprofit.com/api/matches/260d9fed-7c56-4f94-884e-c111db5a5347/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-01T12:27:16.687778-04: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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1d2459b-4a43-46f0-bf85-09b2e153003c",
            "gambit_id": "f2c7a0ad-615a-4a5a-ab39-b537f9ea54c7",
            "last_updated": "2023-05-02T11:52:07.866660-04:00",
            "created_at": "2023-05-01T12:27:16.689415-04:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036bf877-7dfe-422f-86d8-d32fdb9b2a62/?format=api"
        },
        {
            "id": "faa0fc43-48a5-44c0-9b81-9f50c79aba34",
            "gambit_id": "9cb76c28-293b-47c2-82c8-93ada07ea942",
            "last_updated": "2023-05-02T11:52:07.868428-04:00",
            "created_at": "2023-05-01T12:27:16.691415-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/036bf877-7dfe-422f-86d8-d32fdb9b2a62/?format=api"
        }
    ]
}