GET /api/bet_types/ef76f1a7-a378-43e1-a29c-9ca7b89492c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef76f1a7-a378-43e1-a29c-9ca7b89492c8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ef47d70-802b-4aba-8114-e33d8a9c20d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:17:59.194569-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "12acc131-7e78-468f-92af-69e4a30e9497",
            "gambit_id": "658e77d4-6637-4deb-8c0e-0fbdb22271ee",
            "last_updated": "2023-12-26T15:18:20.473308-05:00",
            "created_at": "2023-12-23T09:17:59.198439-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef76f1a7-a378-43e1-a29c-9ca7b89492c8/?format=api"
        },
        {
            "id": "9a8b6d65-4baf-4de4-b2b5-fbfdaa620cb3",
            "gambit_id": "5c4197b4-b139-4447-916a-c13ba1b3e56d",
            "last_updated": "2023-12-26T15:18:20.476436-05:00",
            "created_at": "2023-12-23T09:17:59.202575-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef76f1a7-a378-43e1-a29c-9ca7b89492c8/?format=api"
        }
    ]
}