GET /api/bet_types/0ff14e4e-7040-46db-afb3-eb057a700b87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ff14e4e-7040-46db-afb3-eb057a700b87",
    "match": "https://api-prod.gambitprofit.com/api/matches/6cea26d1-7570-4e2b-a597-ca6dc9948c95/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T23:21:48.362383-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": "Dallas Cowboys",
                "amount": 5668.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 4332.0
            }
        ],
        "expected_reward_tokens": 9010.56,
        "profit_sb": 10.56,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "57848ed3-1766-4d40-8cf9-ff3874d909e4",
            "gambit_id": "490c350a-a43e-44fe-bbb2-737ae2140d40",
            "last_updated": "2023-01-17T10:51:56.065366-05:00",
            "created_at": "2023-01-12T23:21:48.364799-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.59000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ff14e4e-7040-46db-afb3-eb057a700b87/?format=api"
        },
        {
            "id": "4c43f85c-05a0-4c4f-b0b5-20891ba8184e",
            "gambit_id": "04a8043c-63a1-4fb0-bcf6-40b43022c4b4",
            "last_updated": "2023-01-17T10:51:56.063786-05:00",
            "created_at": "2023-01-12T23:21:48.363573-05:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "2.08000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ff14e4e-7040-46db-afb3-eb057a700b87/?format=api"
        }
    ]
}