GET /api/bet_types/83a8af54-410f-4f47-885b-052c58a9ef3a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83a8af54-410f-4f47-885b-052c58a9ef3a",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9c74417-d1d9-408a-a2a3-84eef4097a27/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-05T09:13:16.050525-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": "Texas Rangers",
                "amount": 6090.0
            },
            {
                "team": "Baltimore Orioles",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb08c52e-9e51-4e4f-bc4f-3d8707d6782d",
            "gambit_id": "508a7a40-edcb-4353-bdcb-14ddc6fa7dbe",
            "last_updated": "2023-10-08T17:18:02.883184-04:00",
            "created_at": "2023-10-05T09:13:16.054117-04:00",
            "name": "Texas Rangers",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83a8af54-410f-4f47-885b-052c58a9ef3a/?format=api"
        },
        {
            "id": "57d01f30-5cdf-49cc-9195-4989277d5ce6",
            "gambit_id": "015b5b3f-f421-45b9-a307-2f4788f7a2d0",
            "last_updated": "2023-10-08T17:18:02.886781-04:00",
            "created_at": "2023-10-05T09:13:16.058365-04:00",
            "name": "Baltimore Orioles",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83a8af54-410f-4f47-885b-052c58a9ef3a/?format=api"
        }
    ]
}