GET /api/bet_types/2020c55c-7d67-4f06-a2e3-09cd4a6cab14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2020c55c-7d67-4f06-a2e3-09cd4a6cab14",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba9fbf27-1509-4cf2-8883-7933f25a5f48/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-17T10:28:04.464894-04: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": "Seattle Mariners",
                "amount": 5512.0
            },
            {
                "team": "Los Angeles Dodgers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "7a05b8d8-31bd-462f-a60d-739dd77d1da2",
            "gambit_id": "dbef7cb4-9684-40db-969f-77901290f3f4",
            "last_updated": "2023-09-18T22:48:05.995116-04:00",
            "created_at": "2023-09-17T10:28:04.474087-04:00",
            "name": "Seattle Mariners",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2020c55c-7d67-4f06-a2e3-09cd4a6cab14/?format=api"
        },
        {
            "id": "75391f6d-0c22-4262-bef2-c8db384796af",
            "gambit_id": "2e8ee2e4-a518-46a9-a38d-0b6593c24ab0",
            "last_updated": "2023-09-18T22:48:05.991234-04:00",
            "created_at": "2023-09-17T10:28:04.469578-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2020c55c-7d67-4f06-a2e3-09cd4a6cab14/?format=api"
        }
    ]
}