GET /api/bet_types/20e4c973-e607-4521-9c43-cfdc04b173d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20e4c973-e607-4521-9c43-cfdc04b173d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e684e20-0835-4b39-b345-1311ca73fca1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-31T10:08:03.970806-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": "Colorado Avalanche",
                "amount": 5857.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "1232d643-57b2-4cc3-826a-1a93b8f4ae2b",
            "gambit_id": "eb66c306-1977-440d-8c59-5cfde4906252",
            "last_updated": "2024-01-02T10:23:10.080036-05:00",
            "created_at": "2023-12-31T10:08:03.981294-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20e4c973-e607-4521-9c43-cfdc04b173d6/?format=api"
        },
        {
            "id": "4ed588a1-08e3-49d5-abd1-d115c95f0450",
            "gambit_id": "1cb03376-d26e-4c21-9447-c997352067a5",
            "last_updated": "2024-01-02T10:23:10.076630-05:00",
            "created_at": "2023-12-31T10:08:03.975593-05:00",
            "name": "San Jose Sharks",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20e4c973-e607-4521-9c43-cfdc04b173d6/?format=api"
        }
    ]
}