GET /api/bet_types/987ea83f-a866-4f47-b570-e37dceea0a1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "987ea83f-a866-4f47-b570-e37dceea0a1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f097f45e-0c26-4e5c-8f18-79f802764b69/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-15T09:23:02.642876-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 (B Elder)",
                "amount": 5888.0
            },
            {
                "team": "MIA (J Cueto)",
                "amount": 4112.0
            }
        ],
        "expected_reward_tokens": 9538.56,
        "profit_sb": 38.56,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "9618460a-f548-4d24-8fd0-f66311b6cc86",
            "gambit_id": "d2cf3550-8d0d-45a4-a354-0a1eb7c42274",
            "last_updated": "2023-09-16T10:28:11.177578-04:00",
            "created_at": "2023-09-15T09:23:02.647546-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/987ea83f-a866-4f47-b570-e37dceea0a1f/?format=api"
        },
        {
            "id": "6bf0644c-72aa-48ef-9fd1-caca57f80073",
            "gambit_id": "658262c5-3ec4-4283-9649-7d99e7fedee9",
            "last_updated": "2023-09-16T10:28:11.180908-04:00",
            "created_at": "2023-09-15T09:23:02.656810-04:00",
            "name": "MIA (J Cueto)",
            "reward": "2.32000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/987ea83f-a866-4f47-b570-e37dceea0a1f/?format=api"
        }
    ]
}