GET /api/bet_types/e7be3f4f-4ff1-48b9-a484-80c9ff9cd8a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7be3f4f-4ff1-48b9-a484-80c9ff9cd8a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e736ba2-676c-49ed-ae55-2a6d587c53fa/?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": "Seattle Seahawks",
                "amount": 5000.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f818b07-40bc-43e7-8f7b-edffd43422b1",
            "gambit_id": "44bdd53a-30c7-4264-b850-755b0f33a90e",
            "last_updated": "2022-10-17T15:12:29.596872-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Seahawks",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7be3f4f-4ff1-48b9-a484-80c9ff9cd8a1/?format=api"
        },
        {
            "id": "87c4da3e-78bb-466a-b316-f83db6e88ee1",
            "gambit_id": "3d614ca1-4687-45ab-986a-914ebb80d47d",
            "last_updated": "2022-10-17T15:12:29.597858-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7be3f4f-4ff1-48b9-a484-80c9ff9cd8a1/?format=api"
        }
    ]
}