GET /api/bet_types/9f5523a4-b3a1-4a81-8a83-3a46a124bf03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f5523a4-b3a1-4a81-8a83-3a46a124bf03",
    "match": "https://api-prod.gambitprofit.com/api/matches/664ad227-4ae2-49d5-889d-0e5180cc31ae/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Buffalo Sabres",
                "amount": 6563.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc5e5825-1cef-4bb8-b7f8-1ee9fdf88628",
            "gambit_id": "08b018ba-177f-4da2-93fa-64936c000245",
            "last_updated": "2022-10-26T09:47:09.819355-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f5523a4-b3a1-4a81-8a83-3a46a124bf03/?format=api"
        },
        {
            "id": "7f60ebef-f35c-4750-8516-8cc7051e67ac",
            "gambit_id": "44a49935-9f14-4be4-8f5f-b9062922385e",
            "last_updated": "2022-10-26T09:47:09.818329-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f5523a4-b3a1-4a81-8a83-3a46a124bf03/?format=api"
        }
    ]
}