GET /api/bet_types/cf602ec1-d87d-4ecc-89bd-f065145b4fa1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf602ec1-d87d-4ecc-89bd-f065145b4fa1",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d11a0c7-911d-41b9-9499-e1f713b4bbf1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-26T10:56:58.430235-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": "Los Angeles Clippers",
                "amount": 8692.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 1308.0
            }
        ],
        "expected_reward_tokens": 9561.2,
        "profit_sb": 61.2,
        "profit_sb_percentage": 0.64,
        "recommended": true
    },
    "lines": [
        {
            "id": "71dc755a-971b-4bc6-97c1-56a781a5fba0",
            "gambit_id": "d780379f-20b4-4d54-aa7e-6f6cb027fc4c",
            "last_updated": "2023-01-27T09:57:10.363540-05:00",
            "created_at": "2023-01-26T10:56:58.431611-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.10000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf602ec1-d87d-4ecc-89bd-f065145b4fa1/?format=api"
        },
        {
            "id": "a428c8c1-87bf-432d-ae35-4aa99a9cd8ba",
            "gambit_id": "b019ad87-ef50-4c38-ba13-97fca6697cf9",
            "last_updated": "2023-01-27T09:57:10.364732-05:00",
            "created_at": "2023-01-26T10:56:58.433607-05:00",
            "name": "San Antonio Spurs",
            "reward": "7.31000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf602ec1-d87d-4ecc-89bd-f065145b4fa1/?format=api"
        }
    ]
}