GET /api/bet_types/dddb058b-d8d0-4eaa-b938-eea36004ccf0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dddb058b-d8d0-4eaa-b938-eea36004ccf0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8917c532-323f-4fa6-8840-48c762ee67eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-01T09:22:02.420181-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": 5000.0
            },
            {
                "team": "Las Vegas Raiders",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ced0e077-7b60-4d16-be4c-89d2d588f335",
            "gambit_id": "7007ade6-e925-41a8-96bc-e8327e1de1da",
            "last_updated": "2023-01-02T11:56:50.333169-05:00",
            "created_at": "2023-01-01T09:22:02.422476-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dddb058b-d8d0-4eaa-b938-eea36004ccf0/?format=api"
        },
        {
            "id": "96f29c56-44e4-49f0-b4b4-4c96fae03f01",
            "gambit_id": "b2a21b62-689a-4d31-9bc7-8c8343566013",
            "last_updated": "2023-01-02T11:56:50.331949-05:00",
            "created_at": "2023-01-01T09:22:02.421304-05:00",
            "name": "Las Vegas Raiders",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dddb058b-d8d0-4eaa-b938-eea36004ccf0/?format=api"
        }
    ]
}