GET /api/bet_types/b0288305-bc4a-4933-b811-6763c0f99d89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0288305-bc4a-4933-b811-6763c0f99d89",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3c1267d-a319-4933-81dd-1d1aa605ac53/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-07T09:27:14.458269-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f04c51de-fe36-4f49-9e29-69656c545045",
            "gambit_id": "37c98eee-3715-45d1-bec7-0ada0d26e692",
            "last_updated": "2023-04-08T20:47:04.487370-04:00",
            "created_at": "2023-04-07T09:27:14.462653-04:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0288305-bc4a-4933-b811-6763c0f99d89/?format=api"
        },
        {
            "id": "a1709c84-ebee-4890-96cc-4794f4f2682b",
            "gambit_id": "bb3566c8-0463-4ae3-ae76-4b886e686236",
            "last_updated": "2023-04-08T20:47:04.484626-04:00",
            "created_at": "2023-04-07T09:27:14.460318-04:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0288305-bc4a-4933-b811-6763c0f99d89/?format=api"
        }
    ]
}