GET /api/bet_types/472dc345-f21d-4534-85b9-300639761476/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "472dc345-f21d-4534-85b9-300639761476",
    "match": "https://api-prod.gambitprofit.com/api/matches/8644cb34-98d7-450e-865e-6c106c48459e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-12T08:22:02.933422-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": "Florida Panthers",
                "amount": 6667.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9065.76,
        "profit_sb": 65.76,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f06d149-a7c1-4f1a-9eaa-f65f8e60b1d7",
            "gambit_id": "dafb44b6-019d-4116-9d83-43a9be37621b",
            "last_updated": "2023-01-13T11:47:21.528961-05:00",
            "created_at": "2023-01-12T08:22:02.935747-05:00",
            "name": "Florida Panthers",
            "reward": "1.36000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/472dc345-f21d-4534-85b9-300639761476/?format=api"
        },
        {
            "id": "d8c541c9-a589-47c4-9506-f6cbf0d8307c",
            "gambit_id": "42100084-1ede-49fa-9ebd-7d5e10b80f7c",
            "last_updated": "2023-01-13T11:47:21.527881-05:00",
            "created_at": "2023-01-12T08:22:02.934570-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.72000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/472dc345-f21d-4534-85b9-300639761476/?format=api"
        }
    ]
}