GET /api/bet_types/378fb02b-98bb-4d09-87bb-58789ed8f4e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "378fb02b-98bb-4d09-87bb-58789ed8f4e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e5fc5a6-e234-4425-84b8-0727f23ca618/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-31T09:02:01.421987-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": "Los Angeles Clippers",
                "amount": 5591.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4409.0
            }
        ],
        "expected_reward_tokens": 9391.17,
        "profit_sb": -108.83,
        "profit_sb_percentage": -1.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7f5c348-23d8-4c2d-8628-c142bacf202a",
            "gambit_id": "22958387-e5c8-499f-816a-f0f577abe98b",
            "last_updated": "2023-02-01T09:41:56.153126-05:00",
            "created_at": "2023-01-31T09:02:01.424514-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/378fb02b-98bb-4d09-87bb-58789ed8f4e8/?format=api"
        },
        {
            "id": "f94d17c9-bc96-4029-9a2c-5d336a3ad4e2",
            "gambit_id": "ed545fa0-4b1a-4a68-a1e8-028ed75de9ce",
            "last_updated": "2023-02-01T09:41:56.151885-05:00",
            "created_at": "2023-01-31T09:02:01.423195-05:00",
            "name": "Chicago Bulls",
            "reward": "2.13000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/378fb02b-98bb-4d09-87bb-58789ed8f4e8/?format=api"
        }
    ]
}