GET /api/bet_types/b0e7ab70-df91-44d0-a2bc-69627fb23ebd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0e7ab70-df91-44d0-a2bc-69627fb23ebd",
    "match": "https://api-prod.gambitprofit.com/api/matches/171cb112-813c-4fa1-a78e-6b7984052ba0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:10.574336-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": "San Francisco 49ers",
                "amount": 5094.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "9cedda37-a632-4fe3-944e-1a995500c432",
            "gambit_id": "5639da00-b944-4544-82ae-37536017f30a",
            "last_updated": "2023-11-20T19:43:13.629172-05:00",
            "created_at": "2023-11-16T09:28:10.582139-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0e7ab70-df91-44d0-a2bc-69627fb23ebd/?format=api"
        },
        {
            "id": "23f5f7a6-f003-4331-8073-8749fe124009",
            "gambit_id": "dddc1b70-6c8f-4b9e-afb5-d9b5f572c11a",
            "last_updated": "2023-11-20T19:43:13.625909-05:00",
            "created_at": "2023-11-16T09:28:10.578437-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "13.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0e7ab70-df91-44d0-a2bc-69627fb23ebd/?format=api"
        }
    ]
}