GET /api/bet_types/8384620e-4303-4bdb-b7a6-f1ee82ada318/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8384620e-4303-4bdb-b7a6-f1ee82ada318",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffacaf5b-8f49-4e99-b97a-252eff3fbfa6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:06.345637-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": "Minnesota",
                "amount": 7550.0
            },
            {
                "team": "Syracuse",
                "amount": 2450.0
            }
        ],
        "expected_reward_tokens": 9211.0,
        "profit_sb": 211.0,
        "profit_sb_percentage": 2.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "4be12131-453b-48bf-bba6-8f618caac675",
            "gambit_id": "f26b5f73-8ff0-472f-b77d-940c44b77b9f",
            "last_updated": "2022-12-31T10:31:56.097245-05:00",
            "created_at": "2022-12-29T08:42:06.348513-05:00",
            "name": "Minnesota",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8384620e-4303-4bdb-b7a6-f1ee82ada318/?format=api"
        },
        {
            "id": "847a604f-3615-42e4-ad9c-2c3e2951317d",
            "gambit_id": "6f5be89d-63b8-431e-ba28-be96e8ca42a9",
            "last_updated": "2022-12-31T10:31:56.096061-05:00",
            "created_at": "2022-12-29T08:42:06.347175-05:00",
            "name": "Syracuse",
            "reward": "3.76000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8384620e-4303-4bdb-b7a6-f1ee82ada318/?format=api"
        }
    ]
}