GET /api/bet_types/15a27eaf-9750-4cb1-a7a0-cb739603c45a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15a27eaf-9750-4cb1-a7a0-cb739603c45a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5014b324-c97f-4634-bb7b-1bfe0bf996c4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:00.854585-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": "Boston Bruins",
                "amount": 6241.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "26d5ef3e-0c33-4e1c-bf2c-708ea83d933f",
            "gambit_id": "a665cbdd-6b83-4837-99bc-9d6073c31bbe",
            "last_updated": "2023-12-01T19:23:13.538955-05:00",
            "created_at": "2023-11-30T10:28:00.863475-05:00",
            "name": "Boston Bruins",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15a27eaf-9750-4cb1-a7a0-cb739603c45a/?format=api"
        },
        {
            "id": "5dab1c81-2d98-4242-b0b5-97f909cef3e6",
            "gambit_id": "3d63dd06-b13f-4b6f-9437-f46a6a4c0be7",
            "last_updated": "2023-12-01T19:23:13.535454-05:00",
            "created_at": "2023-11-30T10:28:00.859245-05:00",
            "name": "San Jose Sharks",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15a27eaf-9750-4cb1-a7a0-cb739603c45a/?format=api"
        }
    ]
}