GET /api/bet_types/14634329-6556-41d0-9da6-f5905f43d39c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14634329-6556-41d0-9da6-f5905f43d39c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a52b81e-e90e-4fbe-8b9a-466f07b3253c/?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": "Rutgers",
                "amount": 5000.0
            },
            {
                "team": "Penn State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "23391d76-54ed-463c-a8ee-f700e8a8e80f",
            "gambit_id": "12e7e62a-cd3d-4022-8d8e-ef866b44a180",
            "last_updated": "2022-11-21T11:43:34.207556-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rutgers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "19.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14634329-6556-41d0-9da6-f5905f43d39c/?format=api"
        },
        {
            "id": "90f5bd49-5a57-42fe-b64b-58278af185dc",
            "gambit_id": "b0a8633d-aa3d-4879-8df7-c80519c02cfc",
            "last_updated": "2022-11-21T11:43:34.208506-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Penn State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-19.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14634329-6556-41d0-9da6-f5905f43d39c/?format=api"
        }
    ]
}