GET /api/bet_types/53305c5e-3a92-4b52-9302-e0b500ded863/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "53305c5e-3a92-4b52-9302-e0b500ded863",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4af8095-a3e2-4b58-a047-516ad4dc6f00/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-28T08:13:17.698617-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": "TOR (C Bassitt)",
                "amount": 6293.0
            },
            {
                "team": "NYY (L Weaver)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "36c882de-8242-4bcd-a93f-db4f15585fcf",
            "gambit_id": "1c920633-7883-4be5-bdf8-e22528c53834",
            "last_updated": "2023-09-29T10:08:19.494600-04:00",
            "created_at": "2023-09-28T08:13:17.708667-04:00",
            "name": "TOR (C Bassitt)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53305c5e-3a92-4b52-9302-e0b500ded863/?format=api"
        },
        {
            "id": "c2e4be17-02f7-476c-b0b8-bdc3ee685e19",
            "gambit_id": "933095a9-e733-46e4-8b51-b421685b4a1a",
            "last_updated": "2023-09-29T10:08:19.488458-04:00",
            "created_at": "2023-09-28T08:13:17.702964-04:00",
            "name": "NYY (L Weaver)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/53305c5e-3a92-4b52-9302-e0b500ded863/?format=api"
        }
    ]
}