GET /api/bet_types/0ebfd413-3bac-427b-897f-aa4401efcb93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0ebfd413-3bac-427b-897f-aa4401efcb93",
    "match": "https://api-prod.gambitprofit.com/api/matches/efd829e1-2711-4046-a95d-e7a1707f4009/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-23T08:33:18.925211-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": "ATL (C Morton)",
                "amount": 6434.0
            },
            {
                "team": "NYM (J Quintana)",
                "amount": 3566.0
            }
        ],
        "expected_reward_tokens": 9521.22,
        "profit_sb": 21.22,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "cc8ee367-9d61-46f6-a8a1-7a1a38eaa856",
            "gambit_id": "dbd1a929-6aea-4b02-bd16-3e4ace3f75b4",
            "last_updated": "2023-08-24T17:28:06.188327-04:00",
            "created_at": "2023-08-23T08:33:18.932905-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ebfd413-3bac-427b-897f-aa4401efcb93/?format=api"
        },
        {
            "id": "d68c6fb8-87cd-4445-a705-5ba0dab6b6fc",
            "gambit_id": "eb073283-1383-44a1-af00-2360c6d5f0cb",
            "last_updated": "2023-08-24T17:28:06.181046-04:00",
            "created_at": "2023-08-23T08:33:18.929188-04:00",
            "name": "NYM (J Quintana)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ebfd413-3bac-427b-897f-aa4401efcb93/?format=api"
        }
    ]
}