GET /api/bet_types/83d03f2c-93e1-43c4-a64c-e2daf4342a76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83d03f2c-93e1-43c4-a64c-e2daf4342a76",
    "match": "https://api-prod.gambitprofit.com/api/matches/5dd70c95-7437-42b1-9f44-253b783ac310/?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": "Colorado Avalanche",
                "amount": 6729.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3271.0
            }
        ],
        "expected_reward_tokens": 9485.9,
        "profit_sb": -14.1,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3efd5fa-bc9a-4d11-9c3f-7210fb8f944b",
            "gambit_id": "d05bf0da-3b84-48cd-836f-4bf789c067ea",
            "last_updated": "2022-10-14T09:57:04.137972-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83d03f2c-93e1-43c4-a64c-e2daf4342a76/?format=api"
        },
        {
            "id": "88f8dcf5-19c9-4d80-9875-b83020eb521c",
            "gambit_id": "3655c05c-f3c4-40f1-80b5-6565984e51cd",
            "last_updated": "2022-10-14T09:57:04.136973-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.90000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83d03f2c-93e1-43c4-a64c-e2daf4342a76/?format=api"
        }
    ]
}