GET /api/bet_types/5fde18cc-afa9-4f9c-9118-389f8a52775e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5fde18cc-afa9-4f9c-9118-389f8a52775e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0261f254-a6cf-42ff-9d14-fad916441f08/?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": "LOS",
                "amount": 5489.0
            },
            {
                "team": "ARI",
                "amount": 4511.0
            }
        ],
        "expected_reward_tokens": 9111.74,
        "profit_sb": 111.74,
        "profit_sb_percentage": 1.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa814cac-5ed9-43c7-8f12-57657662e321",
            "gambit_id": "2c6d8f94-033e-427d-8c0f-60c0a118d00b",
            "last_updated": "2022-09-13T22:47:03.559781-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fde18cc-afa9-4f9c-9118-389f8a52775e/?format=api"
        },
        {
            "id": "a7b99e01-0b37-437e-8acc-5015d2c34211",
            "gambit_id": "7c321099-7077-47e9-8184-9e9263a4d33b",
            "last_updated": "2022-09-13T22:47:03.558795-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ARI",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5fde18cc-afa9-4f9c-9118-389f8a52775e/?format=api"
        }
    ]
}