GET /api/bet_types/0002fdb0-de88-4626-85f2-808ad60e06ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0002fdb0-de88-4626-85f2-808ad60e06ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9255584-cef1-4758-8bcd-baa7bfa9b271/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-05T14:19:53.757172-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3af5a90-717b-4920-a957-bccaf1fc756f",
            "gambit_id": "0da11d41-0ec3-4449-82c4-4639cfbdf965",
            "last_updated": "2023-03-06T19:12:05.479440-05:00",
            "created_at": "2023-03-05T14:19:53.758408-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0002fdb0-de88-4626-85f2-808ad60e06ad/?format=api"
        },
        {
            "id": "b0ba8dee-9ac6-4e2b-a218-95e625c54b0a",
            "gambit_id": "03009c81-e44b-4a81-ae7b-19cdbf4f7bd8",
            "last_updated": "2023-03-06T19:12:05.480576-05:00",
            "created_at": "2023-03-05T14:19:53.759837-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0002fdb0-de88-4626-85f2-808ad60e06ad/?format=api"
        }
    ]
}