GET /api/bet_types/b46bcfbe-dca2-472c-a81f-4cf3559b0f52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b46bcfbe-dca2-472c-a81f-4cf3559b0f52",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bac93e9-2273-4780-867a-01499c11500d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-24T09:31:52.500918-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": "Washington Capitals",
                "amount": 6612.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3388.0
            }
        ],
        "expected_reward_tokens": 9520.28,
        "profit_sb": 20.28,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "d847be54-9e19-4196-abd5-dff4e2ad1a1e",
            "gambit_id": "4fd849cc-8389-427b-82c5-d79a237f7fc9",
            "last_updated": "2023-01-25T11:01:55.860598-05:00",
            "created_at": "2023-01-24T09:31:52.503581-05:00",
            "name": "Washington Capitals",
            "reward": "1.44000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b46bcfbe-dca2-472c-a81f-4cf3559b0f52/?format=api"
        },
        {
            "id": "9b256369-09c2-4777-a2bf-941544319017",
            "gambit_id": "41d7eee8-cd28-4359-9491-ccfa372b55ed",
            "last_updated": "2023-01-25T11:01:55.859481-05:00",
            "created_at": "2023-01-24T09:31:52.502189-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.81000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b46bcfbe-dca2-472c-a81f-4cf3559b0f52/?format=api"
        }
    ]
}