GET /api/bet_types/a2973eeb-aa42-4bfc-91ca-103043d00f76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a2973eeb-aa42-4bfc-91ca-103043d00f76",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b2596ec-b0a2-4cb4-aa01-236222834f74/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-19T10:03:06.288876-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": "Boston Celtics",
                "amount": 8173.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 1827.0
            }
        ],
        "expected_reward_tokens": 9480.68,
        "profit_sb": -19.32,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "05fc4690-6499-44a0-bacd-618f781c50ce",
            "gambit_id": "0f3c0bd2-2fb2-41de-b546-f859398e2311",
            "last_updated": "2023-11-21T09:03:07.394595-05:00",
            "created_at": "2023-11-19T10:03:06.293079-05:00",
            "name": "Boston Celtics",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2973eeb-aa42-4bfc-91ca-103043d00f76/?format=api"
        },
        {
            "id": "97fb0983-1630-4ed7-a28b-712351446efe",
            "gambit_id": "4da0eb2d-3362-43c9-b911-96cac8f9c056",
            "last_updated": "2023-11-21T09:03:07.398110-05:00",
            "created_at": "2023-11-19T10:03:06.297065-05:00",
            "name": "Memphis Grizzlies",
            "reward": "5.19000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a2973eeb-aa42-4bfc-91ca-103043d00f76/?format=api"
        }
    ]
}