GET /api/bet_types/d15c6ecb-8209-4c2f-b403-9cd741c59194/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d15c6ecb-8209-4c2f-b403-9cd741c59194",
    "match": "https://api-prod.gambitprofit.com/api/matches/802fce38-d83e-4fa5-b8d4-c976fc6ed9d0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-10T09:58:03.132940-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": "Seattle Kraken",
                "amount": 6603.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "12774710-8d21-4742-84f4-d4dcd2649c95",
            "gambit_id": "089b3223-12e6-4511-a6a8-f5366aa63ab3",
            "last_updated": "2023-12-12T10:23:16.764576-05:00",
            "created_at": "2023-12-10T09:58:03.140074-05:00",
            "name": "Seattle Kraken",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d15c6ecb-8209-4c2f-b403-9cd741c59194/?format=api"
        },
        {
            "id": "5b3a10a5-364c-434c-a32d-0229fc6b9960",
            "gambit_id": "2325e916-29af-4f1d-8c21-e2adc971cd3a",
            "last_updated": "2023-12-12T10:23:16.761277-05:00",
            "created_at": "2023-12-10T09:58:03.136365-05:00",
            "name": "Minnesota Wild",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d15c6ecb-8209-4c2f-b403-9cd741c59194/?format=api"
        }
    ]
}