GET /api/bet_types/f2c1f5fc-658d-43fe-b264-593a7badad14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2c1f5fc-658d-43fe-b264-593a7badad14",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf78e808-a77c-4fa0-a2ac-177f6cf18515/?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": "Tennessee Titans",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia Eagles",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "2753ce8a-5985-4ea2-b65b-1c9556b73834",
            "gambit_id": "c05e8ce1-80fc-437e-9583-7c407a67accf",
            "last_updated": "2022-12-05T15:37:08.225162-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2c1f5fc-658d-43fe-b264-593a7badad14/?format=api"
        },
        {
            "id": "ae5ebba8-0166-4ab1-8676-58670fa2b969",
            "gambit_id": "63fb7d21-27df-4da6-8e4c-80b0f994ca3b",
            "last_updated": "2022-12-05T15:37:08.224082-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2c1f5fc-658d-43fe-b264-593a7badad14/?format=api"
        }
    ]
}