GET /api/bet_types/967ac16e-0482-4537-99af-a73b3c69944b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "967ac16e-0482-4537-99af-a73b3c69944b",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b6008de-e180-4c52-94ae-4ff3cb1eaa9f/?format=api",
    "name": "Pick the Winner",
    "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": "Northern Illinois",
                "amount": 7406.0
            },
            {
                "team": "Akron",
                "amount": 2594.0
            }
        ],
        "expected_reward_tokens": 9182.76,
        "profit_sb": 182.76,
        "profit_sb_percentage": 2.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "67853b07-c649-48d8-a572-455003557096",
            "gambit_id": "76056e7b-648e-4649-9f5f-99ecded602ed",
            "last_updated": "2022-11-28T10:07:10.086607-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northern Illinois",
            "reward": "1.24000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/967ac16e-0482-4537-99af-a73b3c69944b/?format=api"
        },
        {
            "id": "0ff9eb98-ddea-4fff-8cb2-81fc46be5086",
            "gambit_id": "5b2596c2-d367-4f71-a456-9e586525da74",
            "last_updated": "2022-11-28T10:07:10.087744-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Akron",
            "reward": "3.54000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/967ac16e-0482-4537-99af-a73b3c69944b/?format=api"
        }
    ]
}