GET /api/bet_types/ee8f6516-e6fa-406e-a1a9-90c4e3c0d4a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee8f6516-e6fa-406e-a1a9-90c4e3c0d4a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/625fee5d-5677-427a-961f-cf6f662847e8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-19T09:28:04.339834-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": "OAK",
                "amount": 5000.0
            },
            {
                "team": "BAL",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "023f3cf8-c9ce-4778-b22a-0c80bb864101",
            "gambit_id": "e187551d-4ce8-46d2-b89f-43970cc14b36",
            "last_updated": "2023-08-21T10:33:12.832485-04:00",
            "created_at": "2023-08-19T09:28:04.347835-04:00",
            "name": "OAK",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee8f6516-e6fa-406e-a1a9-90c4e3c0d4a5/?format=api"
        },
        {
            "id": "585feaff-f588-47f2-8b6e-72ed20c28b8a",
            "gambit_id": "c26fa096-6fed-4330-9bd3-d6f8ed70b319",
            "last_updated": "2023-08-21T10:33:12.836778-04:00",
            "created_at": "2023-08-19T09:28:04.356494-04:00",
            "name": "BAL",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee8f6516-e6fa-406e-a1a9-90c4e3c0d4a5/?format=api"
        }
    ]
}