GET /api/bet_types/d4107aaa-c4d3-4f20-a99e-3edf905792b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4107aaa-c4d3-4f20-a99e-3edf905792b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/168f7d56-e21c-46cc-8803-dace5b98f58b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-24T08:57:57.629473-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": "New York Islanders",
                "amount": 6456.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3544.0
            }
        ],
        "expected_reward_tokens": 9425.76,
        "profit_sb": -74.24,
        "profit_sb_percentage": -0.78,
        "recommended": false
    },
    "lines": [
        {
            "id": "0c92f744-64c3-4b50-88b8-018e3a2fc7dc",
            "gambit_id": "4c6246e8-7388-4436-af63-c8b9660ee05b",
            "last_updated": "2023-10-26T10:18:03.831096-04:00",
            "created_at": "2023-10-24T08:57:57.637379-04:00",
            "name": "New York Islanders",
            "reward": "1.46000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4107aaa-c4d3-4f20-a99e-3edf905792b2/?format=api"
        },
        {
            "id": "fb91b527-7d40-4ea9-9eaa-d7804d8b4d72",
            "gambit_id": "9d05d70f-6b05-4288-99bf-065dffd019ca",
            "last_updated": "2023-10-26T10:18:03.827543-04:00",
            "created_at": "2023-10-24T08:57:57.633322-04:00",
            "name": "Colorado Avalanche",
            "reward": "2.66000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4107aaa-c4d3-4f20-a99e-3edf905792b2/?format=api"
        }
    ]
}